[#OSSL_CMP_CTX_get_status] = OSSL_CMP_CTX_get_status :mrdocs: Return the PKIStatus from the last CMP transaction stored on the context. == Synopsis Declared in `<openssl/cmp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_CMP_CTX_get_status(xref:OSSL_CMP_CTX.adoc[OSSL_CMP_CTX] const* ctx); ---- == Return Value PKIStatus value, or ‐1 if unavailable. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | CMP context. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#