Return the library context associated with a CMP context.

Synopsis

Declared in <openssl/cmp.h>

OSSL_LIB_CTX*
OSSL_CMP_CTX_get0_libctx(OSSL_CMP_CTX const* ctx);

Return Value

Library context pointer, or NULL if unset.

Parameters

Name

Description

ctx

CMP context.

Created with MrDocs