[#OSSL_LIB_CTX_new] = OSSL_LIB_CTX_new :mrdocs: Allocate a new OpenSSL library context (provider / property scope). == Synopsis Declared in `<openssl/crypto.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OSSL_LIB_CTX.adoc[OSSL_LIB_CTX]* OSSL_LIB_CTX_new(); ---- == Return Value Newly allocated OSSL_LIB_CTX, or NULL on failure; free with OSSL_LIB_CTX_free(). [.small]#Created with https://www.mrdocs.com[MrDocs]#