Skip to content

Commit

Permalink
RT2379: Bug in BIO_set_accept_port.pod
Browse files Browse the repository at this point in the history
The doc says that port can be "*" to mean any port.
That's wrong.

Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
(cherry picked from commit 07e3b31)
  • Loading branch information
richsalz committed Aug 29, 2014
1 parent 12dabfc commit 5decce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/crypto/BIO_s_accept.pod
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ the accept socket. See L<BIO_s_fd(3)|BIO_s_fd(3)>
BIO_set_accept_port() uses the string B<name> to set the accept
port. The port is represented as a string of the form "host:port",
where "host" is the interface to use and "port" is the port.
Either or both values can be "*" which is interpreted as meaning
any interface or port respectively. "port" has the same syntax
The host can be can be "*" which is interpreted as meaning
any interface; "port" has the same syntax
as the port specified in BIO_set_conn_port() for connect BIOs,
that is it can be a numerical port string or a string to lookup
using getservbyname() and a string table.
Expand Down

0 comments on commit 5decce4

Please sign in to comment.