Searched defs:tls_ok (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmain.c200 bool tls_ok; local
2138 tls_ok = true;
2144 tls_ok = false;
2151 tls_ok = false;
2154 tls_ok = false;
2156 if (tls_ok)
2159 tls_ok = init_tls_library();
2162 if (!tls_ok && (OpMode == MD_QUEUERUN || OpMode == MD_DELIVER))
2179 (void) initclttls(tls_ok);
2550 (void) initsrvtls(tls_ok);
[all...]

Completed in 88 milliseconds