Return the argument previously set for the certConf callback.
Synopsis
Declared in <openssl/cmp.h>
void*
OSSL_CMP_CTX_get_certConf_cb_arg(OSSL_CMP_CTX const* ctx);
Return Value
certConf‐callback argument, or NULL if unset.
Parameters
Name |
Description |
ctx |
CMP context. |
Created with MrDocs