summaryrefslogtreecommitdiffstats
path: root/lib/libssl
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2018-03-22 17:38:41 +0000
committerschwarze <schwarze@openbsd.org>2018-03-22 17:38:41 +0000
commit6f7af9680cddd48cc2292fe3fe556f105ec7a4e9 (patch)
tree6f02d195d4b31655ed6eb189ea8f70103c75496e /lib/libssl
parentcrypto HISTORY up to 0.9.6c; researched from OpenSSL git (diff)
downloadwireguard-openbsd-6f7af9680cddd48cc2292fe3fe556f105ec7a4e9.tar.xz
wireguard-openbsd-6f7af9680cddd48cc2292fe3fe556f105ec7a4e9.zip
ssl.h HISTORY up to 0.9.6c; researched from OpenSSL git
Diffstat (limited to 'lib/libssl')
-rw-r--r--lib/libssl/man/SSL_get_fd.310
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/libssl/man/SSL_get_fd.3 b/lib/libssl/man/SSL_get_fd.3
index 49066ee639f..9aa5150dbc0 100644
--- a/lib/libssl/man/SSL_get_fd.3
+++ b/lib/libssl/man/SSL_get_fd.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: SSL_get_fd.3,v 1.4 2018/03/21 05:07:04 schwarze Exp $
+.\" $OpenBSD: SSL_get_fd.3,v 1.5 2018/03/22 17:38:41 schwarze Exp $
.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
.\"
.\" 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 21 2018 $
+.Dd $Mdocdate: March 22 2018 $
.Dt SSL_GET_FD 3
.Os
.Sh NAME
@@ -95,3 +95,9 @@ The file descriptor linked to
.Fn SSL_get_fd
appeared before SSLeay 0.8 and has been available since
.Ox 2.4 .
+.Pp
+.Fn SSL_get_rfd
+and
+.Fn SSL_get_wfd
+first appeared in OpenSSL 0.9.6c and have been available since
+.Ox 3.2 .