From 199d59e5a1683aec183bf4eacbc096663357c46b Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sun, 14 Mar 1999 01:16:45 +0000 Subject: Remove some references which called malloc and free instead of Malloc and Free. --- ssl/ssl_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssl') diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c index 8c1166914c..1091ee1009 100644 --- a/ssl/ssl_lib.c +++ b/ssl/ssl_lib.c @@ -1019,7 +1019,7 @@ void SSL_CTX_free(SSL_CTX *a) if (a->extra_certs != NULL) sk_pop_free(a->extra_certs,X509_free); if (a->comp_methods != NULL) - sk_pop_free(a->comp_methods,free); + sk_pop_free(a->comp_methods,FreeFunc); Free((char *)a); } -- cgit v1.2.3