SSL_get_SSL_CTX 3 2005-04-23 0.9.9-dev OpenSSL
NAME
SSL_get_SSL_CTX - get the SSL_CTX from which an SSL is created
LIBRARY
libcrypto, -lcrypto
SYNOPSIS
#include
SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl);
DESCRIPTION
_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).
RETURN VALUES
The pointer to the SSL_CTX object is returned.
SEE ALSO
_s_s_l(3), _S_S_L___n_e_w(3)