There have been a number of complaints from a number of sources that names
[oweals/openssl.git] / crypto / pkcs12 / p12_lib.c
index 7ca9c14908a234f569ca4c415dce3bf5bb3c9bc7..7d464e3a32b153a7e2bd59a15ef04164246db4f4 100644 (file)
@@ -107,5 +107,5 @@ void PKCS12_free (PKCS12 *a)
        M_ASN1_INTEGER_free(a->version);
        PKCS12_MAC_DATA_free (a->mac);
        PKCS7_free (a->authsafes);
-       Free (a);
+       OPENSSL_free (a);
 }