Allocate an empty PKCS12_MAC_DATA structure.
Synopsis
Declared in <openssl/pkcs12.h>
PKCS12_MAC_DATA*
PKCS12_MAC_DATA_new();
Return Value
New PKCS12_MAC_DATA, or NULL on allocation failure.
Created with MrDocs