diff options
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 . | ||