=pod=head1 NAMESSL_get_SSL_CTX - get the SSL_CTX from which an SSL is created=head1 SYNOPSIS #include <openssl/ssl.h> SSL_CTX *SSL_get_SSL_CTX(SSL *ssl);=head1 DESCRIPTIONSSL_get_SSL_CTX() returns a pointer to the SSL_CTX object, from whichB<ssl> was created with L<SSL_new(3)|SSL_new(3)>.=head1 RETURN VALUESThe pointer to the SSL_CTX object is returned.=head1 SEE ALSOL<ssl(3)|ssl(3)>, L<SSL_new(3)|SSL_new(3)>=cut