Restore the old behavior when a port number without a host name is
authorbluhm <bluhm@openbsd.org>
Wed, 7 Feb 2018 00:52:05 +0000 (00:52 +0000)
committerbluhm <bluhm@openbsd.org>
Wed, 7 Feb 2018 00:52:05 +0000 (00:52 +0000)
commit9eb1373e44333a68d15c5e42b2125c6f83b6e089
tree65e91684a9201a1b625483adeb9fd858b1319f1f
parent772b5f4ea9b13fcd16352ad47f487d043a588518
Restore the old behavior when a port number without a host name is
passed to BIO_get_accept_socket().  This is part of the API and it
fixes "openssl ocsp -port 12345" in server mode.
from markus@; OK jsing@ beck@
lib/libcrypto/bio/b_sock.c