189837Skris=pod
289837Skris
389837Skris=head1 NAME
489837Skris
589837SkrisSSL_get_SSL_CTX - get the SSL_CTX from which an SSL is created
689837Skris
789837Skris=head1 SYNOPSIS
889837Skris
989837Skris #include <openssl/ssl.h>
1089837Skris
11160814Ssimon SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl);
1289837Skris
1389837Skris=head1 DESCRIPTION
1489837Skris
1589837SkrisSSL_get_SSL_CTX() returns a pointer to the SSL_CTX object, from which
1689837SkrisB<ssl> was created with L<SSL_new(3)|SSL_new(3)>.
1789837Skris
1889837Skris=head1 RETURN VALUES
1989837Skris
2089837SkrisThe pointer to the SSL_CTX object is returned.
2189837Skris
2289837Skris=head1 SEE ALSO
2389837Skris
2489837SkrisL<ssl(3)|ssl(3)>, L<SSL_new(3)|SSL_new(3)>
2589837Skris
2689837Skris=cut
27