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

Name

Description

ctx

CMP context.

arg

Callback argument pointer.

Created with MrDocs