[#OSSL_CMP_CTX_print_errors] = OSSL_CMP_CTX_print_errors :mrdocs: Print the OpenSSL error queue using the context logging callback. == Synopsis Declared in `<openssl/cmp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void OSSL_CMP_CTX_print_errors(xref:OSSL_CMP_CTX.adoc[OSSL_CMP_CTX] const* ctx); ---- == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | CMP context whose log callback receives error‐queue entries. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#