X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsrc%2Fdbstuff.h;h=bf5fa3f6ea3a41b02e7abe54e1c3b3722f89723d;hb=aa81ee147537e2b6c2affb90749fb35cfc996396;hp=6b1ae0ebb8484564a942cd3957321048691b13e3;hpb=b10c87b38c2345d15d30da5c18c823355ac506a9;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/dbstuff.h b/src/src/dbstuff.h index 6b1ae0ebb..bf5fa3f6e 100644 --- a/src/src/dbstuff.h +++ b/src/src/dbstuff.h @@ -786,7 +786,7 @@ typedef struct { uschar bloom[40]; /* Bloom filter which may be larger than this */ } dbdata_ratelimit_unique; -#ifdef EXPERIMENTAL_PIPE_CONNECT +#ifndef DISABLE_PIPE_CONNECT /* This structure records the EHLO responses, cleartext and crypted, for an IP, as bitmasks (cf. OPTION_TLS) */ @@ -807,6 +807,8 @@ typedef struct { typedef struct { time_t time_stamp; /*************/ + uschar verify_override:1; + uschar ocsp:3; uschar session[1]; } dbdata_tls_session;