From 539b977eff7c71f628cb2a407543a51070b14763 Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 13 Nov 2000 01:03:58 +0000 Subject: Initial import of OpenSSL 0.9.6 --- crypto/openssl/crypto/x509v3/v3_prn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/openssl/crypto/x509v3/v3_prn.c') diff --git a/crypto/openssl/crypto/x509v3/v3_prn.c b/crypto/openssl/crypto/x509v3/v3_prn.c index bee624c..dbc4fb1 100644 --- a/crypto/openssl/crypto/x509v3/v3_prn.c +++ b/crypto/openssl/crypto/x509v3/v3_prn.c @@ -133,7 +133,7 @@ int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, int flag, int indent) err: sk_CONF_VALUE_pop_free(nval, X509V3_conf_free); - if(value) Free(value); + if(value) OPENSSL_free(value); method->ext_free(ext_str); return ok; } -- cgit v1.1