Manual Reference Pages  - SSL_get_SSL_CTX (3)

NAME

SSL_get_SSL_CTX - get the SSL_CTX from which an SSL is created

CONTENTS

SYNOPSIS



 #include <openssl/ssl.h>





 SSL_CTX *SSL_get_SSL_CTX(SSL *ssl);



DESCRIPTION

SSL_get_SSL_CTX() returns a pointer to the SSL_CTX object, from which ssl was created with SSL_new(3).

RETURN VALUES

The pointer to the SSL_CTX object is returned.

SEE ALSO

ssl(3), SSL_new(3)
Jump to page    or go to Top of page |  Section 3 |  Main Index.


0.9.7a SSL_get_SSL_CTX (3) 2001-08-17
Generated by manServer 1.07 from /usr/share/man/man3/SSL_get_SSL_CTX.3ssl.gz using man macros.