X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fglobals.h;h=d29fcc4e1b59e60b317ad93e736ad61ff2654475;hb=01603eec64;hp=e98ff7fe1d69c99a90aaa7752fbaee263b75d8b5;hpb=feb5343a10a0c6526c3a9a08bb4d57cf6eafa289;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/globals.h b/src/src/globals.h index e98ff7fe1..d29fcc4e1 100644 --- a/src/src/globals.h +++ b/src/src/globals.h @@ -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 */