From 25495640096acea0be812cb1797ea5fbfb14363b Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 12 Aug 2004 08:58:55 +0000 Subject: On systems that use case-insensitive symbol names (i.e. they're all converted to upper case or something like that), the application- level bio_dump_cb() has a name clash with the new library function BIO_dump_cb(). The easiest fix is to rename the function at the application level. --- apps/s_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/s_client.c') diff --git a/apps/s_client.c b/apps/s_client.c index f04080e075..603d8ce6b1 100644 --- a/apps/s_client.c +++ b/apps/s_client.c @@ -558,7 +558,7 @@ re_start: if (c_debug) { con->debug=1; - BIO_set_callback(sbio,bio_dump_cb); + BIO_set_callback(sbio,bio_dump_callback); BIO_set_callback_arg(sbio,bio_c_out); } if (c_msg) -- cgit v1.2.3