]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/conf.h
Drop OpenSSL support.
[thirdparty/cups.git] / scheduler / conf.h
index 034e7211acb7115b29c2b74590ec59e05214683c..e9e0fd80445b286e08f671fe57aa9f317a96766b 100644 (file)
@@ -238,10 +238,10 @@ VAR const char            **MimeTypes             VALUE(NULL);
 #ifdef HAVE_SSL
 VAR char               *ServerCertificate      VALUE(NULL);
                                        /* Server certificate file */
-#  if defined(HAVE_LIBSSL) || defined(HAVE_GNUTLS)
+#  ifdef HAVE_GNUTLS
 VAR char               *ServerKey              VALUE(NULL);
                                        /* Server key file */
-#  endif /* HAVE_LIBSSL || HAVE_GNUTLS */
+#  endif /* HAVE_GNUTLS */
 VAR int                        SSLOptions              VALUE(CUPSD_SSL_NONE);
                                        /* SSL/TLS options */
 #endif /* HAVE_SSL */