Promote the pdkim variant-implementation sha routines to toplevel
[exim.git] / src / src / globals.c
index 0586fdd986ee2195bf475915cf023f780fc0a6ae..e7a54c4b8a1b4ede8b40e10e1a5868354b24f22f 100644 (file)
@@ -144,9 +144,6 @@ uschar *dsn_advertise_hosts    = NULL;
 #ifdef SUPPORT_TLS
 BOOL    gnutls_compat_mode     = FALSE;
 BOOL    gnutls_allow_auto_pkcs11 = FALSE;
-uschar *gnutls_require_mac     = NULL;
-uschar *gnutls_require_kx      = NULL;
-uschar *gnutls_require_proto   = NULL;
 uschar *openssl_options        = NULL;
 const pcre *regex_STARTTLS     = NULL;
 uschar *tls_advertise_hosts    = US"*";