Document how BIO_get_conn_ip and BIO_get_conn_int_port actually work
No dummy arguments.
Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit 7eb5125125
)
This commit is contained in:
parent
f08360a160
commit
0dae9636e8
@ -21,8 +21,8 @@ BIO_set_nbio, BIO_do_connect - connect BIO
|
||||
long BIO_set_conn_int_port(BIO *b, char *port);
|
||||
char *BIO_get_conn_hostname(BIO *b);
|
||||
char *BIO_get_conn_port(BIO *b);
|
||||
char *BIO_get_conn_ip(BIO *b, dummy);
|
||||
long BIO_get_conn_int_port(BIO *b, int port);
|
||||
char *BIO_get_conn_ip(BIO *b);
|
||||
long BIO_get_conn_int_port(BIO *b);
|
||||
|
||||
long BIO_set_nbio(BIO *b, long n);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user