diff options
| author | schwarze <> | 2022-12-18 19:15:38 +0000 |
|---|---|---|
| committer | schwarze <> | 2022-12-18 19:15:38 +0000 |
| commit | 1ab199ddcad92be2f6a793e79c23b1387880332e (patch) | |
| tree | c776ddb08e508ce897336696bdbd4ca406d42a83 | |
| parent | d07f9488e474637d5944d7d73e5db19f1680f554 (diff) | |
| download | openbsd-1ab199ddcad92be2f6a793e79c23b1387880332e.tar.gz openbsd-1ab199ddcad92be2f6a793e79c23b1387880332e.tar.bz2 openbsd-1ab199ddcad92be2f6a793e79c23b1387880332e.zip | |
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
| -rw-r--r-- | src/lib/libcrypto/man/BIO_s_connect.3 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/BIO_s_connect.3 b/src/lib/libcrypto/man/BIO_s_connect.3 index 2732e9bc9c..b3f1ce87de 100644 --- a/src/lib/libcrypto/man/BIO_s_connect.3 +++ b/src/lib/libcrypto/man/BIO_s_connect.3 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | .\" $OpenBSD: BIO_s_connect.3,v 1.12 2022/03/31 17:27:16 naddy Exp $ | 1 | .\" $OpenBSD: BIO_s_connect.3,v 1.13 2022/12/18 19:15:38 schwarze Exp $ |
| 2 | .\" OpenSSL 186bb907 Apr 13 11:05:13 2015 -0700 | 2 | .\" full merge up to: OpenSSL 0e474b8b Nov 1 15:45:49 2015 +0100 |
| 3 | .\" | 3 | .\" |
| 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
| 5 | .\" Copyright (c) 2000, 2015 The OpenSSL Project. All rights reserved. | 5 | .\" Copyright (c) 2000, 2015 The OpenSSL Project. All rights reserved. |
| @@ -48,7 +48,7 @@ | |||
| 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
| 50 | .\" | 50 | .\" |
| 51 | .Dd $Mdocdate: March 31 2022 $ | 51 | .Dd $Mdocdate: December 18 2022 $ |
| 52 | .Dt BIO_S_CONNECT 3 | 52 | .Dt BIO_S_CONNECT 3 |
| 53 | .Os | 53 | .Os |
| 54 | .Sh NAME | 54 | .Sh NAME |
| @@ -106,12 +106,10 @@ | |||
| 106 | .Ft char * | 106 | .Ft char * |
| 107 | .Fo BIO_get_conn_ip | 107 | .Fo BIO_get_conn_ip |
| 108 | .Fa "BIO *b" | 108 | .Fa "BIO *b" |
| 109 | .Fa "dummy" | ||
| 110 | .Fc | 109 | .Fc |
| 111 | .Ft long | 110 | .Ft long |
| 112 | .Fo BIO_get_conn_int_port | 111 | .Fo BIO_get_conn_int_port |
| 113 | .Fa "BIO *b" | 112 | .Fa "BIO *b" |
| 114 | .Fa "int port" | ||
| 115 | .Fc | 113 | .Fc |
| 116 | .Ft long | 114 | .Ft long |
| 117 | .Fo BIO_set_nbio | 115 | .Fo BIO_set_nbio |
