diff options
author | tb <> | 2020-10-08 18:21:30 +0000 |
---|---|---|
committer | tb <> | 2020-10-08 18:21:30 +0000 |
commit | d3e210edd3123569c0204b0e2caffe79ab165b67 (patch) | |
tree | e41c9af77ff0519d7aaa419b8127a2a03a2e916c | |
parent | a9d798f1dfec60092ba09219ddb4d82a9e1f8b0d (diff) | |
download | openbsd-d3e210edd3123569c0204b0e2caffe79ab165b67.tar.gz openbsd-d3e210edd3123569c0204b0e2caffe79ab165b67.tar.bz2 openbsd-d3e210edd3123569c0204b0e2caffe79ab165b67.zip |
A void function has no return value, so zap RETURN VALUES section
documenting that SSL_set_bio(3) cannot fail. A similar commit was
made by schwarze a while ago for a few functions in libcrypto.
-rw-r--r-- | src/lib/libssl/man/SSL_set_bio.3 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/lib/libssl/man/SSL_set_bio.3 b/src/lib/libssl/man/SSL_set_bio.3 index f3ea507d00..e727f442d6 100644 --- a/src/lib/libssl/man/SSL_set_bio.3 +++ b/src/lib/libssl/man/SSL_set_bio.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_set_bio.3,v 1.5 2018/03/27 17:35:50 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_set_bio.3,v 1.6 2020/10/08 18:21:30 tb Exp $ |
2 | .\" OpenSSL acb5b343 Sep 16 16:00:38 2000 +0000 | 2 | .\" OpenSSL acb5b343 Sep 16 16:00:38 2000 +0000 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. | 4 | .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. |
@@ -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 27 2018 $ | 51 | .Dd $Mdocdate: October 8 2020 $ |
52 | .Dt SSL_SET_BIO 3 | 52 | .Dt SSL_SET_BIO 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -86,9 +86,6 @@ connected to | |||
86 | .Fa ssl , | 86 | .Fa ssl , |
87 | .Xr BIO_free 3 | 87 | .Xr BIO_free 3 |
88 | will be called (for both the reading and writing side, if different). | 88 | will be called (for both the reading and writing side, if different). |
89 | .Sh RETURN VALUES | ||
90 | .Fn SSL_set_bio | ||
91 | cannot fail. | ||
92 | .Sh SEE ALSO | 89 | .Sh SEE ALSO |
93 | .Xr BIO_new 3 , | 90 | .Xr BIO_new 3 , |
94 | .Xr ssl 3 , | 91 | .Xr ssl 3 , |