CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2018/02/06 17:52:05
Modified files: lib/libcrypto/bio: b_sock.c Log message: 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@