[#OSSL_CMP_CTX_set_certConf_cb_arg] = OSSL_CMP_CTX_set_certConf_cb_arg :mrdocs: Set the opaque argument passed to the certConf callback. == Synopsis Declared in `<openssl/cmp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_CMP_CTX_set_certConf_cb_arg( xref:OSSL_CMP_CTX.adoc[OSSL_CMP_CTX]* ctx, void* arg); ---- == Return Value 1 on success, 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | CMP context. | *arg* | Callback argument pointer. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#