SSL_get_SSL_CTX — get the SSL_CTX from which an SSL is created
libssl.lib
#include <openssl/ssl.h>
SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl);
SSL_get_SSL_CTX()
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.
For additional information or queries on this page send feedback
© 2008 Nokia Corporation. All rights reserved. This documentation can be used in the connection with this Product to help and support the user. |