SSL_CTX_free

Frees memory and resources associated with the SSL_CTX object.

extern (C)
void
SSL_CTX_free

Parameters

ctx SSL_CTX*

SSL_CTX object to be released

Meta