X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fexim.h;h=0638167aad2c2e69016c77f0efa5c45cd51764bd;hb=01603eec64;hp=79d1acf135c19d887e3765bf8e9182fa0020efba;hpb=feb5343a10a0c6526c3a9a08bb4d57cf6eafa289;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/exim.h b/src/src/exim.h index 79d1acf13..0638167aa 100644 --- a/src/src/exim.h +++ b/src/src/exim.h @@ -539,11 +539,11 @@ union sockaddr_46 { struct sockaddr v0; }; -/* If SUPPORT_TLS is not defined, ensure that USE_GNUTLS is also not defined -so that if USE_GNUTLS *is* set, we can assume SUPPORT_TLS is also set. +/* If DISABLE_TLS is defined, ensure that USE_GNUTLS is not defined +so that if USE_GNUTLS *is* set, we can assume DISABLE_TLS is not set. Likewise, OSCP, AUTH_TLS and CERTNAMES cannot be supported. */ -#ifndef SUPPORT_TLS +#ifdef DISABLE_TLS # undef USE_GNUTLS # ifndef DISABLE_OCSP # define DISABLE_OCSP