Make sure any ENGINE control commands make local copies of string
[openssl.git] / ssl / s2_clnt.c
index 868a975dc94a0cf3adf39e0b33c748bdb52af356..4cb11841613ccac69cf8d539bfacaa9c7578f16b 100644 (file)
@@ -158,7 +158,7 @@ int ssl2_connect(SSL *s)
        unsigned long l=time(NULL);
        BUF_MEM *buf=NULL;
        int ret= -1;
-       void (*cb)()=NULL;
+       void (*cb)(const SSL *ssl,int type,int val)=NULL;
        int new_state,state;
 
        RAND_add(&l,sizeof(l),0);