diff options
author | 2018-04-29 07:37:01 +0000 | |
---|---|---|
committer | 2018-04-29 07:37:01 +0000 | |
commit | af52a8c1be91646ffbd18ed2c70b9247ee5623a3 (patch) | |
tree | b74be276dcd8046215bf6e319fef9c65052bcbe7 /lib/libssl/man/SSL_get_error.3 | |
parent | Mention the X86FixupGadgets pass in clang-local. (diff) | |
download | wireguard-openbsd-af52a8c1be91646ffbd18ed2c70b9247ee5623a3.tar.xz wireguard-openbsd-af52a8c1be91646ffbd18ed2c70b9247ee5623a3.zip |
Correct direction of SSL_ERROR_ZERO_RETURN case
ok schwarze@
Diffstat (limited to 'lib/libssl/man/SSL_get_error.3')
-rw-r--r-- | lib/libssl/man/SSL_get_error.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libssl/man/SSL_get_error.3 b/lib/libssl/man/SSL_get_error.3 index 4d56402cd00..5d325b3f563 100644 --- a/lib/libssl/man/SSL_get_error.3 +++ b/lib/libssl/man/SSL_get_error.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_get_error.3,v 1.4 2018/03/27 17:35:50 schwarze Exp $ +.\" $OpenBSD: SSL_get_error.3,v 1.5 2018/04/29 07:37:01 guenther Exp $ .\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 .\" .\" This file was written by Bodo Moeller <bodo@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: April 29 2018 $ .Dt SSL_GET_ERROR 3 .Os .Sh NAME @@ -98,7 +98,7 @@ The following return values can currently occur: The TLS/SSL I/O operation completed. This result code is returned if and only if .Fa ret -< 0. +> 0. .It Dv SSL_ERROR_ZERO_RETURN The TLS/SSL connection has been closed. If the protocol version is SSL 3.0 or TLS 1.0, this result code is returned |