X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbio%2Fbio.h;h=f109308166988f7ccd7a0e6ab1c6939800028548;hp=ecd28999187467094700a6e5681ac30f42816a1b;hb=c029841e366b5156982d2a691726a3481dbf8ea0;hpb=bfa35550813c3afa5bd121a13f5bbe280c4c919e;ds=sidebyside diff --git a/crypto/bio/bio.h b/crypto/bio/bio.h index ecd2899918..f109308166 100644 --- a/crypto/bio/bio.h +++ b/crypto/bio/bio.h @@ -585,7 +585,7 @@ struct hostent *BIO_gethostbyname(const char *name); * and an appropriate error code is set). */ int BIO_sock_error(int sock); -int BIO_socket_ioctl(int fd, long type, unsigned long *arg); +int BIO_socket_ioctl(int fd, long type, void *arg); int BIO_socket_nbio(int fd,int mode); int BIO_get_port(const char *str, unsigned short *port_ptr); int BIO_get_host_ip(const char *str, unsigned char *ip);