From f70bc934b6cc6e1bb9d5778afa91cf73609cad41 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Tue, 20 Mar 2018 19:33:16 +0000 Subject: bio.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git --- src/lib/libcrypto/man/BIO_new.3 | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'src/lib/libcrypto/man/BIO_new.3') diff --git a/src/lib/libcrypto/man/BIO_new.3 b/src/lib/libcrypto/man/BIO_new.3 index acf98844b3..c1abfca3ab 100644 --- a/src/lib/libcrypto/man/BIO_new.3 +++ b/src/lib/libcrypto/man/BIO_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BIO_new.3,v 1.11 2018/03/20 17:10:14 schwarze Exp $ +.\" $OpenBSD: BIO_new.3,v 1.12 2018/03/20 19:33:16 schwarze Exp $ .\" full merge up to: .\" OpenSSL man3/BIO_new.pod fb46be03 Feb 26 11:51:31 2016 +0000 .\" OpenSSL man7/bio.pod 631c37be Dec 12 16:56:50 2017 +0100 @@ -252,6 +252,13 @@ Create a memory BIO: .Xr BIO_set_callback 3 , .Xr BIO_should_retry 3 .Sh HISTORY -The -.Vt BIO -type first appeared in SSLeay 0.6.0. +.Fn BIO_new +and +.Fn BIO_free +first appeared in SSLeay 0.6.0. +.Fn BIO_set +and +.Fn BIO_free_all +appeared in SSLeay 0.8.1b or earlier. +All these functions have been available since +.Ox 2.4 . -- cgit v1.2.3-55-g6feb