diff options
author | schwarze <> | 2018-03-21 09:03:49 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-21 09:03:49 +0000 |
commit | 75ce5acaa35bc789df294a5d32d74cae758cec0c (patch) | |
tree | e218b4e69a5fdd6c048e2763ad2a44e4ff023c9c /src/lib/libcrypto/man/BIO_s_accept.3 | |
parent | c111f1d68460275d71b3bdd26932e5b7163b741e (diff) | |
download | openbsd-75ce5acaa35bc789df294a5d32d74cae758cec0c.tar.gz openbsd-75ce5acaa35bc789df294a5d32d74cae758cec0c.tar.bz2 openbsd-75ce5acaa35bc789df294a5d32d74cae758cec0c.zip |
crypto HISTORY up to SSLeay 0.9.1; researched from OpenSSL git
Diffstat (limited to 'src/lib/libcrypto/man/BIO_s_accept.3')
-rw-r--r-- | src/lib/libcrypto/man/BIO_s_accept.3 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/BIO_s_accept.3 b/src/lib/libcrypto/man/BIO_s_accept.3 index 02b3c67e6e..a37db94564 100644 --- a/src/lib/libcrypto/man/BIO_s_accept.3 +++ b/src/lib/libcrypto/man/BIO_s_accept.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BIO_s_accept.3,v 1.7 2018/03/21 06:09:37 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_s_accept.3,v 1.8 2018/03/21 09:03:49 schwarze Exp $ |
2 | .\" OpenSSL c03726ca Thu Aug 27 12:28:08 2015 -0400 | 2 | .\" OpenSSL c03726ca Thu Aug 27 12:28:08 2015 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
@@ -367,3 +367,9 @@ appeared in SSLeay 0.8.1b or earlier. | |||
367 | first appeared in SSLeay 0.9.0. | 367 | first appeared in SSLeay 0.9.0. |
368 | All these functions have been available since | 368 | All these functions have been available since |
369 | .Ox 2.4 . | 369 | .Ox 2.4 . |
370 | .Pp | ||
371 | .Fn BIO_set_bind_mode | ||
372 | and | ||
373 | .Fn BIO_get_bind_mode | ||
374 | first appeared in SSLeay 0.9.1 and have been available since | ||
375 | .Ox 2.6 . | ||