X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fglobals.h;h=d29fcc4e1b59e60b317ad93e736ad61ff2654475;hb=84539f739b81c6b90ffdbfbdff090100470fe71b;hp=1aacaf7e64aed97ca9f4f37b1db999bcfaf8c5e0;hpb=b10c87b38c2345d15d30da5c18c823355ac506a9;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/globals.h b/src/src/globals.h index 1aacaf7e6..d29fcc4e1 100644 --- a/src/src/globals.h +++ b/src/src/globals.h @@ -108,11 +108,12 @@ typedef struct { BOOL host_resumable:1; BOOL ticket_received:1; #endif + BOOL verify_override:1; /* certificate_verified only due to tls_try_verify_hosts */ } tls_support; 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 */