Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Ddeliver.c7356 static SSL_CTX *clt_ctx = NULL; variable
7406 if (clt_ctx != NULL)
7408 tls_ok_clt = inittls(&clt_ctx, TLS_I_CLT, Clt_SSL_Options, false,
7432 r = SSL_CTX_dane_enable(clt_ctx);
7507 if (clt_ctx == NULL && !initclttls(true))
7519 if ((clt_ssl = SSL_new(clt_ctx)) == NULL)