Home
last modified time | relevance | path

Searched refs:TLS_LOG_NONE (Results 1 – 3 of 3) sorted by relevance

/dports/mail/postfix-current/postfix-3.7-20211107/src/tls/
H A Dtls_misc.c509 #define TLS_LOG_0 TLS_LOG_NONE
517 "none", TLS_LOG_NONE,
H A Dtls.h293 #define TLS_LOG_NONE (1<<0) macro
H A Dtls_dane.c1308 tctx = tls_alloc_sess_context(TLS_LOG_NONE, argv[7]); in main()