summaryrefslogtreecommitdiff
path: root/crypto/asn1/p7_recip.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/asn1/p7_recip.c')
-rw-r--r--crypto/asn1/p7_recip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/p7_recip.c b/crypto/asn1/p7_recip.c
index b1abfa3b8..5f6c88a2f 100644
--- a/crypto/asn1/p7_recip.c
+++ b/crypto/asn1/p7_recip.c
@@ -118,7 +118,7 @@ void PKCS7_RECIP_INFO_free(PKCS7_RECIP_INFO *a)
X509_ALGOR_free(a->key_enc_algor);
M_ASN1_OCTET_STRING_free(a->enc_key);
if (a->cert != NULL) X509_free(a->cert);
- Free(a);
+ OPENSSL_free(a);
}
IMPLEMENT_STACK_OF(PKCS7_RECIP_INFO)