Free an SSL_CONF_CTX and any associated command state.
Synopsis
Declared in <openssl/ssl.h>
void
SSL_CONF_CTX_free(SSL_CONF_CTX* cctx);
Parameters
Name |
Description |
cctx |
Configuration context to free, or NULL. |
Created with MrDocs