X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fstructs.h;h=da61df24f1adf79aadbf3d50a34c339ea7eae769;hb=01603eec64;hp=349aa38e85062bf3de63abffa14da9d0cfd2d32c;hpb=feb5343a10a0c6526c3a9a08bb4d57cf6eafa289;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/structs.h b/src/src/structs.h index 349aa38e8..da61df24f 100644 --- a/src/src/structs.h +++ b/src/src/structs.h @@ -567,7 +567,7 @@ typedef struct address_item { uschar *self_hostname; /* after self=pass */ uschar *shadow_message; /* info about shadow transporting */ -#ifdef SUPPORT_TLS +#ifndef DISABLE_TLS uschar *cipher; /* Cipher used for transport */ void *ourcert; /* Certificate offered to peer, binary */ void *peercert; /* Certificate from peer, binary */ @@ -805,7 +805,7 @@ typedef struct { int host_af; uschar * interface; -#if defined(SUPPORT_TLS) && defined(SUPPORT_DANE) +#if !defined(DISABLE_TLS) && defined(SUPPORT_DANE) BOOL dane:1; /* connection must do dane */ dns_answer tlsa_dnsa; #endif