![]() | ![]() | |||||||||||||||||||
| ||||||||||||||||||||
| SSL_CTX_free(3)
NAMESSL_CTX_free - free an allocated SSL_CTX object
SYNOPSIS#include <openssl/ssl.h> void SSL_CTX_free(SSL_CTX *ctx);
DESCRIPTION
It also calls the
WARNINGS
If a session-remove callback is set (SSL_CTX_sess_set_remove_cb()), this
callback will be called for each session being freed from ctx's session cache. This implies, that all corresponding sessions from an
external session cache are removed as well. If this is not desired, the
user should explicitly unset the callback by calling
RETURN VALUES
SEE ALSO | |||||||||||||||||||