Free an OSSL_CMP_MSG structure and its contents.
Synopsis
Declared in <openssl/cmp.h>
void
OSSL_CMP_MSG_free(OSSL_CMP_MSG* a);
Parameters
Name |
Description |
a |
Value to free, or NULL. |
Created with MrDocs