There have been a number of complaints from a number of sources that names
[oweals/openssl.git] / crypto / pkcs12 / p12_sbag.c
index 6ae209693d7843b1868a9808e0317850a91e93d0..64ac32ee6fdb8698d13d8921f78e61f91095f438 100644 (file)
@@ -226,7 +226,7 @@ void PKCS12_SAFEBAG_free (PKCS12_SAFEBAG *a)
 
        ASN1_OBJECT_free (a->type);
        sk_X509_ATTRIBUTE_pop_free (a->attrib, X509_ATTRIBUTE_free);
-       Free (a);
+       OPENSSL_free (a);
 }
 
 IMPLEMENT_STACK_OF(PKCS12_SAFEBAG)