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. --- ssl/s23_srvr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssl/s23_srvr.c') diff --git a/ssl/s23_srvr.c b/ssl/s23_srvr.c index bcf8e51c5d..6170861705 100644 --- a/ssl/s23_srvr.c +++ b/ssl/s23_srvr.c @@ -152,7 +152,7 @@ int ssl23_accept(SSL *s) { BUF_MEM *buf; unsigned long Time=time(NULL); - void (*cb)()=NULL; + void (*cb)(const SSL *ssl,int type,int val)=NULL; int ret= -1; int new_state,state; -- cgit v1.2.1