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_apps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/s_apps.h') diff --git a/apps/s_apps.h b/apps/s_apps.h index f4c85aa81f..b3919b4690 100644 --- a/apps/s_apps.h +++ b/apps/s_apps.h @@ -160,7 +160,7 @@ int should_retry(int i); int extract_port(char *str, short *port_ptr); int extract_host_port(char *str,char **host_ptr,unsigned char *ip,short *p); -long MS_CALLBACK bio_dump_cb(BIO *bio, int cmd, const char *argp, +long MS_CALLBACK bio_dump_callback(BIO *bio, int cmd, const char *argp, int argi, long argl, long ret); #ifdef HEADER_SSL_H -- cgit v1.2.3