ESS_SIGNING_CERT_dup

Duplicate a ESS SigningCertificate attribute.

Synopsis

Declared in <openssl/ess.h>

ESS_SIGNING_CERT*
ESS_SIGNING_CERT_dup(ESS_SIGNING_CERT const* a);

Return Value

Deep copy of a, or NULL on error.

Parameters

NameDescription
aValue to copy.