From: Viktor Dukhovni Date: Sat, 29 Mar 2014 15:50:39 +0000 (-0400) Subject: Drop TLS_LOG_SESSTKT bit, not used anywhere X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4e6db28d3bd299735e2786627fdb8d6a052328f;p=thirdparty%2Fpostfix.git Drop TLS_LOG_SESSTKT bit, not used anywhere --- diff --git a/postfix/src/tls/tls.h b/postfix/src/tls/tls.h index 5b4851d39..664faec46 100644 --- a/postfix/src/tls/tls.h +++ b/postfix/src/tls/tls.h @@ -266,7 +266,6 @@ extern int tls_log_mask(const char *, const char *); #define TLS_LOG_DEBUG (1<<7) #define TLS_LOG_TLSPKTS (1<<8) #define TLS_LOG_ALLPKTS (1<<9) -#define TLS_LOG_SESSTKT (1<<10) /* * Client and Server application contexts