Deep‐copy a PKCS#7 structure (PKCS7_dup).

Synopsis

Declared in <openssl/pkcs7.h>

extern
PKCS7*
PKCS7_dup(PKCS7 const* a);

Return Value

Newly allocated PKCS7 copy, or NULL on failure; free with PKCS7_free().

Parameters

Name

Description

a

Source PKCS7 to duplicate.

Created with MrDocs