SSL_CTX_free

Decrement the reference count of an SSL_CTX and free it when it reaches zero.

Synopsis

Declared in <openssl/ssl.h>

void
SSL_CTX_free(SSL_CTX* ctx);

Parameters

NameDescription
ctxSSL context to release, or NULL (no-op).