NAME
SSLgetSSLCTX - get the SSLCTX from which an SSL is created
SYNOPSIS
#include
SSLCTX *SSLgetSSLCTX(const SSL *ssl);DESCRIPTION
SSLgetSSLCTX() returns a pointer to the SSLCTX object, from which ssssll was created with SSLnew(3).RETURN VALUES
The pointer to the SSLCTX object is returned.SEE ALSO
ssl(3), SSLnew(3)0.9.7l 2005-03-30 SSLgetSSLCTX(3)