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

/freebsd-10.0-release/contrib/sendmail/src/
H A Ddeliver.c6039 static SSL_CTX *clt_ctx = NULL; variable
6084 if (clt_ctx != NULL)
6086 tls_ok_clt = inittls(&clt_ctx, TLS_I_CLT, Clt_SSL_Options, false,
6118 if (clt_ctx == NULL && !initclttls(true))
6155 if ((clt_ssl = SSL_new(clt_ctx)) == NULL)

Completed in 119 milliseconds