Free a CMS SignedData structure and its contents.
Synopsis
Declared in <openssl/cms.h>
void
CMS_SignedData_free(CMS_SignedData* a);
Parameters
Name |
Description |
a |
Value to free, or NULL. |
Created with MrDocs