summaryrefslogtreecommitdiff
blob: dafb6e14b0e6fc25a6a0262f4a27b8ebec13d320 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- a/cups/usersys.c
+++ b/cups/usersys.c
@@ -1044,7 +1044,9 @@
 	  options = 0;
       }
 
+#ifdef HAVE_SSL
       _httpTLSSetOptions(options);
+#endif /* HAVE_SSL */
     }
   }
 
--- a/scheduler/conf.c
+++ b/scheduler/conf.c
@@ -2975,7 +2975,9 @@
         }
       }
 
+#ifdef HAVE_SSL
       _httpTLSSetOptions(options);
+#endif /* HAVE_SSL */
     }
     else if ((!_cups_strcasecmp(line, "Port") || !_cups_strcasecmp(line, "Listen")
 #ifdef HAVE_SSL