]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/globals.h
Build: libtasn1 and libgcrypt no longer needed for gnutls
[user/henk/code/exim.git] / src / src / globals.h
index 1aacaf7e64aed97ca9f4f37b1db999bcfaf8c5e0..d29fcc4e1b59e60b317ad93e736ad61ff2654475 100644 (file)
@@ -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 */