[#OSSL_CMP_SRV_CTX_set_send_unprotected_errors] = OSSL_CMP_SRV_CTX_set_send_unprotected_errors :mrdocs: Enable sending unprotected CMP error and negative response messages. == Synopsis Declared in `<openssl/cmp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_CMP_SRV_CTX_set_send_unprotected_errors( xref:OSSL_CMP_SRV_CTX.adoc[OSSL_CMP_SRV_CTX]* srv_ctx, int val); ---- == Return Value 1 on success, 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *srv_ctx* | CMP server context. | *val* | Non‐zero to enable, 0 to disable. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#