summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_conn.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-01-26 04:50:41 +0000
committerRichard Levitte <levitte@openssl.org>2002-01-26 04:50:41 +0000
commitb77fcddb6b97c2a0f8a7eeff9e971e6ad48d9104 (patch)
treeb15f4fa53e6e3cd9d56b8fe3edf587aef93025b6 /crypto/bio/bss_conn.c
parentf6fbd470e3bb589280dbe7a98bcdd89c48c2253b (diff)
Apply a small patch from Oscar Jacobsson <oscar@jacobsson.org> that
makes things more compilable with VC++.
Diffstat (limited to 'crypto/bio/bss_conn.c')
-rw-r--r--crypto/bio/bss_conn.c2
1 files changed, 1 insertions, 1 deletions
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: