Searched refs:tls_ok_clt (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/sendmail/src/
H A Ddeliver.c6040 static bool tls_ok_clt = true; variable
6052 ** sets tls_ok_clt (static variable in this module)
6059 tls_ok_clt = tls_ok;
6072 ** sets tls_ok_clt (static variable in this module)
6079 if (!tls_ok_clt)
6081 tls_ok_clt = tls_ok;
6082 if (!tls_ok_clt)
6086 tls_ok_clt = inittls(&clt_ctx, TLS_I_CLT, Clt_SSL_Options, false,
6089 return tls_ok_clt;

Completed in 140 milliseconds