Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_tls_policy.c130 static int global_tls_level(void);
529 tls->level = global_tls_level(); in policy_create()
655 if (msg_verbose && tls->level != global_tls_level()) in policy_create()
739 static int global_tls_level(void) in global_tls_level() function