Duplicate a ESS SigningCertificateV2 attribute.

Synopsis

Declared in <openssl/ess.h>

ESS_SIGNING_CERT_V2*
ESS_SIGNING_CERT_V2_dup(ESS_SIGNING_CERT_V2 const* a);

Return Value

Deep copy of a, or NULL on error.

Parameters

Name

Description

a

Value to copy.

Created with MrDocs