From: schwarze Date: Sun, 18 Dec 2022 19:15:38 +0000 (+0000) Subject: correct the prototypes of BIO_get_conn_ip(3) and BIO_get_conn_int_port(3); X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d2abd44ca687fbef467d43092448fe1a4f827546;p=openbsd correct the prototypes of BIO_get_conn_ip(3) and BIO_get_conn_int_port(3); from Richard Levitte via OpenSSL commit 0e474b8b in the 1.1.1 branch, which is still under a freee license --- diff --git a/lib/libcrypto/man/BIO_s_connect.3 b/lib/libcrypto/man/BIO_s_connect.3 index 2732e9bc9ce..b3f1ce87de1 100644 --- a/lib/libcrypto/man/BIO_s_connect.3 +++ b/lib/libcrypto/man/BIO_s_connect.3 @@ -1,5 +1,5 @@ -.\" $OpenBSD: BIO_s_connect.3,v 1.12 2022/03/31 17:27:16 naddy Exp $ -.\" OpenSSL 186bb907 Apr 13 11:05:13 2015 -0700 +.\" $OpenBSD: BIO_s_connect.3,v 1.13 2022/12/18 19:15:38 schwarze Exp $ +.\" full merge up to: OpenSSL 0e474b8b Nov 1 15:45:49 2015 +0100 .\" .\" This file was written by Dr. Stephen Henson . .\" Copyright (c) 2000, 2015 The OpenSSL Project. All rights reserved. @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 31 2022 $ +.Dd $Mdocdate: December 18 2022 $ .Dt BIO_S_CONNECT 3 .Os .Sh NAME @@ -106,12 +106,10 @@ .Ft char * .Fo BIO_get_conn_ip .Fa "BIO *b" -.Fa "dummy" .Fc .Ft long .Fo BIO_get_conn_int_port .Fa "BIO *b" -.Fa "int port" .Fc .Ft long .Fo BIO_set_nbio