summaryrefslogtreecommitdiff
path: root/crypto/asn1/x_cinf.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/asn1/x_cinf.c')
-rw-r--r--crypto/asn1/x_cinf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/x_cinf.c b/crypto/asn1/x_cinf.c
index b87c8fff1..339a110ee 100644
--- a/crypto/asn1/x_cinf.c
+++ b/crypto/asn1/x_cinf.c
@@ -196,6 +196,6 @@ void X509_CINF_free(X509_CINF *a)
M_ASN1_BIT_STRING_free(a->issuerUID);
M_ASN1_BIT_STRING_free(a->subjectUID);
sk_X509_EXTENSION_pop_free(a->extensions,X509_EXTENSION_free);
- Free(a);
+ OPENSSL_free(a);
}