From 45d87a1ffe45b668cb6a6645bdc3e21a69324a41 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sat, 12 Jan 2002 15:56:13 +0000 Subject: Prototype info function. --- apps/s_cb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/s_cb.c') diff --git a/apps/s_cb.c b/apps/s_cb.c index ace2682f9b..ca5b24548c 100644 --- a/apps/s_cb.c +++ b/apps/s_cb.c @@ -253,7 +253,7 @@ long MS_CALLBACK bio_dump_cb(BIO *bio, int cmd, const char *argp, int argi, return(ret); } -void MS_CALLBACK apps_ssl_info_callback(SSL *s, int where, int ret) +void MS_CALLBACK apps_ssl_info_callback(const SSL *s, int where, int ret) { char *str; int w; -- cgit v1.2.3