X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsrc%2Fdbstuff.h;h=b7889bd8ef99b20b4c5025f3561608405e37794a;hb=81a559c80ccd6a0354b5485720c0205a69289fb5;hp=6b1ae0ebb8484564a942cd3957321048691b13e3;hpb=b10c87b38c2345d15d30da5c18c823355ac506a9;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/dbstuff.h b/src/src/dbstuff.h index 6b1ae0ebb..b7889bd8e 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 +#ifdef SUPPORT_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;