diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-03-20 19:33:17 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-03-20 19:33:17 +0000 |
commit | 539ceeb63e73a7480a9142767058815a2e15682c (patch) | |
tree | 04047c122b9a0090eccb0923877e168072d8caf4 /lib/libcrypto/man/BIO_s_accept.3 | |
parent | ed6f003575a536de185a4c41cb6b365f608ce6b6 (diff) |
bio.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git
Diffstat (limited to 'lib/libcrypto/man/BIO_s_accept.3')
-rw-r--r-- | lib/libcrypto/man/BIO_s_accept.3 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/lib/libcrypto/man/BIO_s_accept.3 b/lib/libcrypto/man/BIO_s_accept.3 index e3193f6fd44..3ddc000ce03 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.5 2016/12/06 14:45:08 schwarze Exp $ +.\" $OpenBSD: BIO_s_accept.3,v 1.6 2018/03/20 19:33:16 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: December 6 2016 $ +.Dd $Mdocdate: March 20 2018 $ .Dt BIO_S_ACCEPT 3 .Os .Sh NAME @@ -354,3 +354,13 @@ BIO_free(cbio2); .Ed .Sh SEE ALSO .Xr BIO_new 3 +.Sh HISTORY +.Fn BIO_s_accept , +.Fn BIO_set_accept_port , +.Fn BIO_new_accept , +.Fn BIO_set_nbio_accept , +.Fn BIO_set_accept_bios , +and +.Fn BIO_do_accept +appeared in SSLeay 0.8.1b or earlier and have been available since +.Ox 2.4 . |