From b77fcddb6b97c2a0f8a7eeff9e971e6ad48d9104 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 26 Jan 2002 04:50:41 +0000 Subject: Apply a small patch from Oscar Jacobsson that makes things more compilable with VC++. --- crypto/bio/bss_conn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/bio') diff --git a/crypto/bio/bss_conn.c b/crypto/bio/bss_conn.c index 177e566f7a..f91ae4c8c6 100644 --- a/crypto/bio/bss_conn.c +++ b/crypto/bio/bss_conn.c @@ -614,7 +614,7 @@ static long conn_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp) { case BIO_CTRL_SET_CALLBACK: { - data->info_callback=(int (*)())fp; + data->info_callback=(int (*)(const struct bio_st *, int, int))fp; } break; default: -- cgit v1.2.3