diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2020-10-08 18:21:31 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2020-10-08 18:21:31 +0000 |
commit | 5b88d9a7ce49334eaf0f905b9db4cd275217edc2 (patch) | |
tree | 132531d772b9d2e68f6be4b72eca556a607aca43 /lib/libssl/man | |
parent | 436fd7da9f8f086f6f50d05ab851333c0412ba78 (diff) |
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.
Diffstat (limited to 'lib/libssl/man')
-rw-r--r-- | lib/libssl/man/SSL_set_bio.3 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libssl/man/SSL_set_bio.3 b/lib/libssl/man/SSL_set_bio.3 index f3ea507d005..e727f442d65 100644 --- a/lib/libssl/man/SSL_set_bio.3 +++ b/lib/libssl/man/SSL_set_bio.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_set_bio.3,v 1.5 2018/03/27 17:35:50 schwarze Exp $ +.\" $OpenBSD: SSL_set_bio.3,v 1.6 2020/10/08 18:21:30 tb Exp $ .\" OpenSSL acb5b343 Sep 16 16:00:38 2000 +0000 .\" .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. @@ -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 27 2018 $ +.Dd $Mdocdate: October 8 2020 $ .Dt SSL_SET_BIO 3 .Os .Sh NAME @@ -86,9 +86,6 @@ connected to .Fa ssl , .Xr BIO_free 3 will be called (for both the reading and writing side, if different). -.Sh RETURN VALUES -.Fn SSL_set_bio -cannot fail. .Sh SEE ALSO .Xr BIO_new 3 , .Xr ssl 3 , |