1SSL_get_SSL_CTX(3) OpenSSL SSL_get_SSL_CTX(3)
23
4
NAME
6SSL_get_SSL_CTX - get the SSL_CTX from which an SSL is created
7
SYNOPSIS
9#include <openssl/ssl.h>
1011
SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl);
12
DESCRIPTION
14SSL_get_SSL_CTX() returns a pointer to the SSL_CTX object, from which
15ssl was created with SSL_new(3).
16
RETURN VALUES
18The pointer to the SSL_CTX object is returned.
19
SEE ALSO
21ssl(3), SSL_new(3)
2223
24
25
1.0.1e 2013-02-11 SSL_get_SSL_CTX(3)