On systems that use case-insensitive symbol names (i.e. they're all
authorRichard Levitte <levitte@openssl.org>
Thu, 12 Aug 2004 08:58:55 +0000 (08:58 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 12 Aug 2004 08:58:55 +0000 (08:58 +0000)
commit25495640096acea0be812cb1797ea5fbfb14363b
tree5f2a89f3aee79ae07ad079783271b0d35534b123
parentbb1a915c24121e5278d7feeab7c96d06197999b9
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
apps/s_cb.c
apps/s_client.c
apps/s_server.c