[#OSSL_LIB_CTX_get0_global_default] = OSSL_LIB_CTX_get0_global_default :mrdocs: Return the process‐wide global default OSSL_LIB_CTX (not thread‐local). == Synopsis Declared in `<openssl/crypto.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OSSL_LIB_CTX.adoc[OSSL_LIB_CTX]* OSSL_LIB_CTX_get0_global_default(); ---- == Return Value Borrowed pointer to the global default context; do not free. [.small]#Created with https://www.mrdocs.com[MrDocs]#