There have been a number of complaints from a number of sources that names
[openssl.git] / crypto / asn1 / p7_s_e.c
index 3d18fedf8e5be79b9dfac58e8196676f7a693b3f..709eb24b27cc73b46c3d699bfc0d7f2b72aa17f6 100644 (file)
@@ -140,6 +140,6 @@ void PKCS7_SIGN_ENVELOPE_free(PKCS7_SIGN_ENVELOPE *a)
        sk_X509_pop_free(a->cert,X509_free);
        sk_X509_CRL_pop_free(a->crl,X509_CRL_free);
        sk_PKCS7_SIGNER_INFO_pop_free(a->signer_info,PKCS7_SIGNER_INFO_free);
-       Free(a);
+       OPENSSL_free(a);
        }