summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2015-07-24 15:25:08 +0000
committerjmc <jmc@openbsd.org>2015-07-24 15:25:08 +0000
commit391829d73c4171e1f5dd3aff8fa9b659598eaa64 (patch)
tree282099f8639c73587b3fc6844cb89cc5c34e5fae /lib/libssl/src
parentExpand ASN1_ITEM_TEMPLATE/ASN1_EX_TEMPLATE_TYPE/ASN1_ITEM_TEMPLATE_END (diff)
downloadwireguard-openbsd-391829d73c4171e1f5dd3aff8fa9b659598eaa64.tar.xz
wireguard-openbsd-391829d73c4171e1f5dd3aff8fa9b659598eaa64.zip
an TLS -> a TLS; from thanos tsouanas
Diffstat (limited to 'lib/libssl/src')
-rw-r--r--lib/libssl/src/doc/ssl/SSL_connect.36
-rw-r--r--lib/libssl/src/doc/ssl/SSL_get_error.36
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libssl/src/doc/ssl/SSL_connect.3 b/lib/libssl/src/doc/ssl/SSL_connect.3
index 74f9b619510..105e0ed9234 100644
--- a/lib/libssl/src/doc/ssl/SSL_connect.3
+++ b/lib/libssl/src/doc/ssl/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/src/doc/ssl/SSL_get_error.3 b/lib/libssl/src/doc/ssl/SSL_get_error.3
index 95fdf5ab00f..f6e5045b01d 100644
--- a/lib/libssl/src/doc/ssl/SSL_get_error.3
+++ b/lib/libssl/src/doc/ssl/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