]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Don't support the SSLOptions directive when there is no SSL library.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 8 Oct 2008 16:34:03 +0000 (16:34 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 8 Oct 2008 16:34:03 +0000 (16:34 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@8027 7a7537e8-13f0-0310-91df-b6672ffda945

scheduler/conf.c

index b53dce1e888e6eca760a105b9ecafb80a74824c0..fb8d7021ef311131ab062a865d41284c65aca9d4 100644 (file)
@@ -3247,6 +3247,7 @@ read_configuration(cups_file_t *fp)       /* I - File to read from */
                        "Missing value for SetEnv directive on line %d.",
                        linenum);
     }
+#ifdef HAVE_SSL
     else if (!strcasecmp(line, "SSLOptions"))
     {
      /*
@@ -3262,6 +3263,7 @@ read_configuration(cups_file_t *fp)       /* I - File to read from */
                        "Unknown value \"%s\" for SSLOptions directive on "
                        "line %d.", value, linenum);
     }
+#endif /* HAVE_SSL */
     else
     {
      /*