summaryrefslogtreecommitdiffstats
path: root/apps/s_cb.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2002-01-12 15:56:13 +0000
committerBen Laurie <ben@openssl.org>2002-01-12 15:56:13 +0000
commit45d87a1ffe45b668cb6a6645bdc3e21a69324a41 (patch)
tree8ae8409ca34138234bd53020665619e80b60273f /apps/s_cb.c
parenta3feb21bbe14539160bdf66a520d669b8dff79f6 (diff)
Prototype info function.
Diffstat (limited to 'apps/s_cb.c')
-rw-r--r--apps/s_cb.c2
1 files changed, 1 insertions, 1 deletions
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;