(STR #4531)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12311
a1ca3aef-8c08-0410-bb20-
df032aa958be
(<rdar://problem/19129387>)
- The cups-files.conf file contained the old ServerCertificate/Key
directives instead of ServerKeychain.
+ - Fixed builds when no SSL/TLS library is available, or when explicitly
+ disabled (STR #4531)
CHANGES IN CUPS V2.0.1
#endif /* HAVE_GSSAPI */
+ (void)ssl_options; /* Silence compiler warning */
+
/*
* Read from the file...
*/
cups_gssservicename = gss_service_name;
}
#endif /* HAVE_GSSAPI */
+#ifdef HAVE_SSL
else if (ssl_options && !_cups_strcasecmp(line, "SSLOptions") && value)
{
/*
_httpTLSSetOptions(options);
}
+#endif /* HAVE_SSL */
}
/*