Free a library context and its associated provider/algorithm state.
Synopsis
Declared in <openssl/crypto.h>
void
OSSL_LIB_CTX_free(OSSL_LIB_CTX* ctx);
Parameters
Name |
Description |
ctx |
Context to free, or NULL. |
Created with MrDocs