Test whether a PKCS#12 PFX carries an integrity MAC.
Declared in <openssl/pkcs12.h>
<openssl/pkcs12.h>
int PKCS12_mac_present(PKCS12 const* p12);
1 if a MAC is present, or 0 if absent or p12 is NULL.
p12