SSL_CONF_CTX_new(3) | OpenSSL | SSL_CONF_CTX_new(3) |
#include <openssl/ssl.h> SSL_CONF_CTX *SSL_CONF_CTX_new(void); void SSL_CONF_CTX_free(SSL_CONF_CTX *cctx);
The function SSL_CONF_CTX_free() frees up the context cctx. If cctx is NULL nothing is done.
SSL_CONF_CTX_free() does not return a value.
Licensed under the OpenSSL license (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at <https://www.openssl.org/source/license.html>.
2019-03-12 | 1.1.1c |