Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c666 SSL_CTX *ssl_ctx; in start_tls() local
683 ssl_ctx = SSL_CTX_new_f(SSLv23_client_method_f()); in start_tls()
684 if (ssl_ctx == NULL) { in start_tls()
687 conn->ssl = SSL_new_f(ssl_ctx); in start_tls()