OSSL_CMP_CTX_set_certConf_cb_arg

Set the opaque argument passed to the certConf callback.

Synopsis

Declared in <openssl/cmp.h>

int
OSSL_CMP_CTX_set_certConf_cb_arg(
    OSSL_CMP_CTX* ctx,
    void* arg);

Return Value

1 on success, 0 on error.

Parameters

NameDescription
ctxCMP context.
argCallback argument pointer.