|
SSL_get_SSL_CTX(3)
Contents
|
SSL_get_SSL_CTX - Get the SSL_CTX from which an SSL is
created
#include <openssl/ssl.h>
SSL_CTX *SSL_get_SSL_CTX(
SSL *ssl );
The SSL_get_SSL_CTX() function returns a pointer to the
SSL_CTX object from which ssl was created with SSL_new().
The pointer to the SSL_CTX object is returned.
Functions: ssl(3), SSL_new(3)
SSL_get_SSL_CTX(3)
[ Back ] |