summaryrefslogtreecommitdiff
path: root/scheduler/conf.h
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-11-08 15:35:27 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-11-08 15:35:27 +0000
commit724e1819b1303ba959ab364a5704b07518b244e5 (patch)
tree87bdbb901cde5c99dd472e970be47206153ce413 /scheduler/conf.h
parent59ac438c6b011a94563317193ac8054718619ac2 (diff)
downloadcups-724e1819b1303ba959ab364a5704b07518b244e5.tar.gz
Drop OpenSSL support.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11419 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'scheduler/conf.h')
-rw-r--r--scheduler/conf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scheduler/conf.h b/scheduler/conf.h
index 034e7211a..e9e0fd804 100644
--- a/scheduler/conf.h
+++ b/scheduler/conf.h
@@ -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 */