Searched refs:ssl_meth (Results 1 – 2 of 2) sorted by relevance
59 const SSL_METHOD *ssl_meth; /* SSL method */ member
1180 conn->ssl_meth = SSLv23_client_method(); in fetch_ssl()1181 conn->ssl_ctx = SSL_CTX_new(conn->ssl_meth); in fetch_ssl()