[#OSSL_CMP_MSG_new] = OSSL_CMP_MSG_new :mrdocs: Allocate an empty OSSL_CMP_MSG structure. == Synopsis Declared in `<openssl/cmp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OSSL_CMP_MSG.adoc[OSSL_CMP_MSG]* OSSL_CMP_MSG_new(); ---- == Return Value New OSSL_CMP_MSG, or NULL on allocation failure. [.small]#Created with https://www.mrdocs.com[MrDocs]#