]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/globals.h
Fix compiler warning/error on set_process_info(sprintf())
[user/henk/code/exim.git] / src / src / globals.h
index 362c2bfb9a557f6f71c45da6e2d36e44dcc5715e..6e42bc3d7d56769c5266652053059d0310939fa6 100644 (file)
@@ -108,9 +108,6 @@ extern tls_support tls_out;
 #ifdef SUPPORT_TLS
 extern BOOL    gnutls_compat_mode;     /* Less security, more compatibility */
 extern BOOL    gnutls_allow_auto_pkcs11; /* Let GnuTLS autoload PKCS11 modules */
-extern uschar *gnutls_require_mac;     /* So some can be avoided */
-extern uschar *gnutls_require_kx;      /* So some can be avoided */
-extern uschar *gnutls_require_proto;   /* So some can be avoided */
 extern uschar *openssl_options;        /* OpenSSL compatibility options */
 extern const pcre *regex_STARTTLS;     /* For recognizing STARTTLS settings */
 extern uschar *tls_certificate;        /* Certificate file */