We can't say in advance what the argument to BIO_socket_ioctl() should be, so
authorRichard Levitte <levitte@openssl.org>
Fri, 31 Jan 2003 12:20:41 +0000 (12:20 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 31 Jan 2003 12:20:41 +0000 (12:20 +0000)
commit83df7b20c40515329b22346f3cbf4368f80bde7c
treea14e87596f5e1ed3583b6f84b2c96dc43c7d912b
parent90c60eee9d254e5bd54a7b52ca89619faf8905fa
We can't say in advance what the argument to BIO_socket_ioctl() should be, so
let's make that a void *.  Also, BIO_socket_nbio() should send it an int
argument, not a long.
PR: 457
crypto/bio/b_sock.c
crypto/bio/bio.h