SSL_get_SSL_CTX(3) OpenSSL SSL_get_SSL_CTX(3) NNAAMMEE SSL_get_SSL_CTX - get the SSL_CTX from which an SSL is created SSYYNNOOPPSSIISS #include SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl); DDEESSCCRRIIPPTTIIOONN _S_S_L___g_e_t___S_S_L___C_T_X_(_) returns a pointer to the SSL_CTX object, from which ssssll was created with _S_S_L___n_e_w(3). RREETTUURRNN VVAALLUUEESS The pointer to the SSL_CTX object is returned. SSEEEE AALLSSOO _s_s_l(3), _S_S_L___n_e_w(3) 1.0.1u 2016-09-22 SSL_get_SSL_CTX(3)