aboutsummaryrefslogtreecommitdiff
path: root/crypto/pkcs12/p12_mac.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/pkcs12/p12_mac.c')
-rw-r--r--crypto/pkcs12/p12_mac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/pkcs12/p12_mac.c b/crypto/pkcs12/p12_mac.c
index f5ab0d6..fbd1eca 100644
--- a/crypto/pkcs12/p12_mac.c
+++ b/crypto/pkcs12/p12_mac.c
@@ -106,5 +106,5 @@ void PKCS12_MAC_DATA_free (PKCS12_MAC_DATA *a)
X509_SIG_free (a->dinfo);
M_ASN1_OCTET_STRING_free(a->salt);
M_ASN1_INTEGER_free(a->iter);
- Free (a);
+ OPENSSL_free (a);
}