Free a PKCS#7 EnvelopedData structure and its contents.
Synopsis
Declared in <openssl/pkcs7.h>
void
PKCS7_ENVELOPE_free(PKCS7_ENVELOPE* a);
Parameters
Name |
Description |
a |
Value to free, or NULL. |
Created with MrDocs