diff options
-rw-r--r-- | lib/libssl/doc/SSL_connect.3 | 6 | ||||
-rw-r--r-- | lib/libssl/doc/SSL_get_error.3 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libssl/doc/SSL_connect.3 b/lib/libssl/doc/SSL_connect.3 index 74f9b619510..105e0ed9234 100644 --- a/lib/libssl/doc/SSL_connect.3 +++ b/lib/libssl/doc/SSL_connect.3 @@ -1,12 +1,12 @@ .\" -.\" $OpenBSD: SSL_connect.3,v 1.2 2014/12/02 14:11:01 jmc Exp $ +.\" $OpenBSD: SSL_connect.3,v 1.3 2015/07/24 15:25:08 jmc Exp $ .\" -.Dd $Mdocdate: December 2 2014 $ +.Dd $Mdocdate: July 24 2015 $ .Dt SSL_CONNECT 3 .Os .Sh NAME .Nm SSL_connect -.Nd initiate the TLS/SSL handshake with an TLS/SSL server +.Nd initiate the TLS/SSL handshake with a TLS/SSL server .Sh SYNOPSIS .In openssl/ssl.h .Ft int diff --git a/lib/libssl/doc/SSL_get_error.3 b/lib/libssl/doc/SSL_get_error.3 index 95fdf5ab00f..f6e5045b01d 100644 --- a/lib/libssl/doc/SSL_get_error.3 +++ b/lib/libssl/doc/SSL_get_error.3 @@ -1,7 +1,7 @@ .\" -.\" $OpenBSD: SSL_get_error.3,v 1.2 2014/12/02 14:11:01 jmc Exp $ +.\" $OpenBSD: SSL_get_error.3,v 1.3 2015/07/24 15:25:08 jmc Exp $ .\" -.Dd $Mdocdate: December 2 2014 $ +.Dd $Mdocdate: July 24 2015 $ .Dt SSL_GET_ERROR 3 .Os .Sh NAME @@ -70,7 +70,7 @@ has data available for reading (if the result code is or allows writing data .Pq Dv SSL_ERROR_WANT_WRITE , then some TLS/SSL protocol progress will take place, -i.e., at least part of an TLS/SSL record will be read or written. +i.e., at least part of a TLS/SSL record will be read or written. Note that the retry may again lead to a .Dv SSL_ERROR_WANT_READ or |