summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/p7_signi.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/asn1/p7_signi.c')
-rw-r--r--crypto/asn1/p7_signi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/p7_signi.c b/crypto/asn1/p7_signi.c
index f74658ffe6..248bf00945 100644
--- a/crypto/asn1/p7_signi.c
+++ b/crypto/asn1/p7_signi.c
@@ -143,7 +143,7 @@ void PKCS7_SIGNER_INFO_free(PKCS7_SIGNER_INFO *a)
sk_X509_ATTRIBUTE_pop_free(a->unauth_attr,X509_ATTRIBUTE_free);
if (a->pkey != NULL)
EVP_PKEY_free(a->pkey);
- Free(a);
+ OPENSSL_free(a);
}
IMPLEMENT_STACK_OF(PKCS7_SIGNER_INFO)