Free a CMS ContentInfo structure and its contents.

Synopsis

Declared in <openssl/cms.h>

void
CMS_ContentInfo_free(CMS_ContentInfo* a);

Parameters

Name

Description

a

Value to free, or NULL.

Created with MrDocs