X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=include%2Fopenssl%2Fbio.h;h=5090fc3b5aa5eac5bc1b0ddd487716d36dda73b9;hp=f0fbc5bf73a901760782332feef9816a49a33415;hb=4b72d5f80cd6f63329aa45936d84093c19e609d0;hpb=f89ee71bc81017e04ac50f570d8aed87f495bcf2 diff --git a/include/openssl/bio.h b/include/openssl/bio.h index f0fbc5bf73..5090fc3b5a 100644 --- a/include/openssl/bio.h +++ b/include/openssl/bio.h @@ -466,7 +466,7 @@ struct bio_dgram_sctp_prinfo { # define BIO_get_conn_hostname(b) BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,0) # define BIO_get_conn_port(b) BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,1) # define BIO_get_conn_ip(b) BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2) -# define BIO_get_conn_int_port(b) BIO_int_ctrl(b,BIO_C_GET_CONNECT,3,0) +# define BIO_get_conn_int_port(b) BIO_ctrl(b,BIO_C_GET_CONNECT,3,0,NULL) # define BIO_set_nbio(b,n) BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL)