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