[#OSSL_CMP_CTX_get0_libctx] = OSSL_CMP_CTX_get0_libctx :mrdocs: Return the library context associated with a CMP context. == Synopsis Declared in `<openssl/cmp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OSSL_LIB_CTX.adoc[OSSL_LIB_CTX]* OSSL_CMP_CTX_get0_libctx(xref:OSSL_CMP_CTX.adoc[OSSL_CMP_CTX] const* ctx); ---- == Return Value Library context pointer, or NULL if unset. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | CMP context. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#