summaryrefslogtreecommitdiff
path: root/scheduler/conf.h
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-12-11 02:23:54 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-12-11 02:23:54 +0000
commit097488cff0e1cd333738c6a063faee43bb9a2d3a (patch)
tree73a811c9ec3cb4bf5c015e1fa9438943998b2896 /scheduler/conf.h
parent3af9ac9e69ffb72416112ec1a52416d6bd6fe69e (diff)
downloadcups-097488cff0e1cd333738c6a063faee43bb9a2d3a.tar.gz
Drop support for ServerCertificate and ServerKey directives; now we just support
ServerKeychain on all platforms. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11457 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'scheduler/conf.h')
-rw-r--r--scheduler/conf.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/scheduler/conf.h b/scheduler/conf.h
index 650acca14..000fb8f92 100644
--- a/scheduler/conf.h
+++ b/scheduler/conf.h
@@ -228,12 +228,6 @@ VAR const char **MimeTypes VALUE(NULL);
/* Array of MIME types */
#ifdef HAVE_SSL
-# ifdef HAVE_GNUTLS
-VAR char *ServerCertificate VALUE(NULL),
- /* Server certificate file */
- *ServerKey VALUE(NULL);
- /* Server key file */
-# endif /* HAVE_GNUTLS */
VAR char *ServerKeychain VALUE(NULL);
/* Keychain holding cert + key */
#endif /* HAVE_SSL */