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
Name |
Description |
a |
Value to copy. |
Created with MrDocs