diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-03-21 06:09:38 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-03-21 06:09:38 +0000 |
commit | 5b89840b35ded3376dae0ac3de710746972b6ac7 (patch) | |
tree | 588ec73be843e10300a3b97b556a3999e607d01d /lib/libcrypto/man/BIO_s_accept.3 | |
parent | 69f6109bac0cf70a1651614a51b478ef9aa2872a (diff) |
bio.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git
Diffstat (limited to 'lib/libcrypto/man/BIO_s_accept.3')
-rw-r--r-- | lib/libcrypto/man/BIO_s_accept.3 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/libcrypto/man/BIO_s_accept.3 b/lib/libcrypto/man/BIO_s_accept.3 index 3ddc000ce03..02b3c67e6e8 100644 --- a/lib/libcrypto/man/BIO_s_accept.3 +++ b/lib/libcrypto/man/BIO_s_accept.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BIO_s_accept.3,v 1.6 2018/03/20 19:33:16 schwarze Exp $ +.\" $OpenBSD: BIO_s_accept.3,v 1.7 2018/03/21 06:09:37 schwarze Exp $ .\" OpenSSL c03726ca Thu Aug 27 12:28:08 2015 -0400 .\" .\" This file was written by Dr. Stephen Henson <steve@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 20 2018 $ +.Dd $Mdocdate: March 21 2018 $ .Dt BIO_S_ACCEPT 3 .Os .Sh NAME @@ -362,5 +362,8 @@ BIO_free(cbio2); .Fn BIO_set_accept_bios , and .Fn BIO_do_accept -appeared in SSLeay 0.8.1b or earlier and have been available since +appeared in SSLeay 0.8.1b or earlier. +.Fn BIO_get_accept_port +first appeared in SSLeay 0.9.0. +All these functions have been available since .Ox 2.4 . |