TLS: move from SUPPORT_TLS to DISABLE_TLS macro for the build
[exim.git] / src / src / globals.h
index e98ff7fe1d69c99a90aaa7752fbaee263b75d8b5..d29fcc4e1b59e60b317ad93e736ad61ff2654475 100644 (file)
@@ -113,7 +113,7 @@ typedef struct {
 extern tls_support tls_in;
 extern tls_support tls_out;
 
-#ifdef SUPPORT_TLS
+#ifndef DISABLE_TLS
 extern BOOL    gnutls_compat_mode;     /* Less security, more compatibility */
 extern BOOL    gnutls_allow_auto_pkcs11; /* Let GnuTLS autoload PKCS11 modules */
 extern uschar *openssl_options;        /* OpenSSL compatibility options */