diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2022-12-18 19:15:39 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2022-12-18 19:15:39 +0000 |
commit | 92776ba31d369b1647721b5e7957a06107eed60f (patch) | |
tree | 17f5e551437d14e2354ba42d9ce328ce05e67108 /lib/libcrypto/man | |
parent | ef7ebd5ffd4ad61fb076da828990008d62999d13 (diff) |
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
Diffstat (limited to 'lib/libcrypto/man')
-rw-r--r-- | lib/libcrypto/man/BIO_s_connect.3 | 8 |
1 files changed, 3 insertions, 5 deletions
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 <steve@openssl.org>. .\" 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 |