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

/freebsd-12-stable/contrib/sendmail/src/
H A Ddeliver.c6352 static bool tls_ok_clt = true; variable
6364 ** sets tls_ok_clt (static variable in this module)
6371 tls_ok_clt = tls_ok;
6384 ** sets tls_ok_clt (static variable in this module)
6391 if (!tls_ok_clt)
6393 tls_ok_clt = tls_ok;
6394 if (!tls_ok_clt)
6398 tls_ok_clt = inittls(&clt_ctx, TLS_I_CLT, Clt_SSL_Options, false,
6409 return tls_ok_clt;

Completed in 162 milliseconds