[#ESS_SIGNING_CERT_V2_dup] = ESS_SIGNING_CERT_V2_dup :mrdocs: Duplicate a ESS SigningCertificateV2 attribute. == Synopsis Declared in `<openssl/ess.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:ESS_SIGNING_CERT_V2.adoc[ESS_SIGNING_CERT_V2]* ESS_SIGNING_CERT_V2_dup(xref:ESS_SIGNING_CERT_V2.adoc[ESS_SIGNING_CERT_V2] const* a); ---- == Return Value Deep copy of `a,` or NULL on error. == Parameters [cols="1,4"] |=== | Name| Description | *a* | Value to copy. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#