Return the process‐wide global default OSSL_LIB_CTX (not thread‐local).

Synopsis

Declared in <openssl/crypto.h>

OSSL_LIB_CTX*
OSSL_LIB_CTX_get0_global_default();

Return Value

Borrowed pointer to the global default context; do not free.

Created with MrDocs