Duplicate an OSSL_CRMF_MSG structure.

Synopsis

Declared in <openssl/crmf.h>

OSSL_CRMF_MSG*
OSSL_CRMF_MSG_dup(OSSL_CRMF_MSG const* a);

Return Value

Copy of a, or NULL on error.

Parameters

Name

Description

a

Value to duplicate.

Created with MrDocs