aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/nsseq.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/asn1/nsseq.c')
-rw-r--r--crypto/asn1/nsseq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/nsseq.c b/crypto/asn1/nsseq.c
index 417d024b81..6e7f09ba23 100644
--- a/crypto/asn1/nsseq.c
+++ b/crypto/asn1/nsseq.c
@@ -114,5 +114,5 @@ void NETSCAPE_CERT_SEQUENCE_free (NETSCAPE_CERT_SEQUENCE *a)
ASN1_OBJECT_free(a->type);
if(a->certs)
sk_X509_pop_free(a->certs, X509_free);
- Free (a);
+ OPENSSL_free (a);
}