diff options
-rw-r--r-- | src/lib/libssl/man/SSL_get_error.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/man/SSL_get_error.3 b/src/lib/libssl/man/SSL_get_error.3 index 4d56402cd0..5d325b3f56 100644 --- a/src/lib/libssl/man/SSL_get_error.3 +++ b/src/lib/libssl/man/SSL_get_error.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_get_error.3,v 1.4 2018/03/27 17:35:50 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_get_error.3,v 1.5 2018/04/29 07:37:01 guenther Exp $ |
2 | .\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 | 2 | .\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Bodo Moeller <bodo@openssl.org>. | 4 | .\" This file was written by Bodo Moeller <bodo@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: April 29 2018 $ |
52 | .Dt SSL_GET_ERROR 3 | 52 | .Dt SSL_GET_ERROR 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -98,7 +98,7 @@ The following return values can currently occur: | |||
98 | The TLS/SSL I/O operation completed. | 98 | The TLS/SSL I/O operation completed. |
99 | This result code is returned if and only if | 99 | This result code is returned if and only if |
100 | .Fa ret | 100 | .Fa ret |
101 | < 0. | 101 | > 0. |
102 | .It Dv SSL_ERROR_ZERO_RETURN | 102 | .It Dv SSL_ERROR_ZERO_RETURN |
103 | The TLS/SSL connection has been closed. | 103 | The TLS/SSL connection has been closed. |
104 | If the protocol version is SSL 3.0 or TLS 1.0, this result code is returned | 104 | If the protocol version is SSL 3.0 or TLS 1.0, this result code is returned |