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:35 +0000 (12:20 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 31 Jan 2003 12:20:35 +0000 (12:20 +0000)
commitc029841e366b5156982d2a691726a3481dbf8ea0
treecf7f5d7351a86fc39f4cdf67c22f6a74d7e8603c
parentbfa35550813c3afa5bd121a13f5bbe280c4c919e
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