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

Name

Description

ctx

SSL context to release, or NULL (no‐op).

Created with MrDocs