Allocate a new OpenSSL library context (provider / property scope).
Synopsis
Declared in <openssl/crypto.h>
OSSL_LIB_CTX*
OSSL_LIB_CTX_new();
Return Value
Newly allocated OSSL_LIB_CTX, or NULL on failure; free with OSSL_LIB_CTX_free().
Created with MrDocs