From 46b5d933b38b75b127fede5f1fa076d84c7714a1 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Tue, 27 Mar 2018 17:35:50 +0000 Subject: found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs on the web, so fix up SSLeay HISTORY accordingly --- src/lib/libcrypto/man/BIO_s_file.3 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/lib/libcrypto/man/BIO_s_file.3') diff --git a/src/lib/libcrypto/man/BIO_s_file.3 b/src/lib/libcrypto/man/BIO_s_file.3 index ba4b714e9e..9064d069fb 100644 --- a/src/lib/libcrypto/man/BIO_s_file.3 +++ b/src/lib/libcrypto/man/BIO_s_file.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BIO_s_file.3,v 1.8 2018/03/21 09:03:49 schwarze Exp $ +.\" $OpenBSD: BIO_s_file.3,v 1.9 2018/03/27 17:35:50 schwarze Exp $ .\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -0400 .\" .\" This file was written by Dr. Stephen Henson . @@ -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 21 2018 $ +.Dd $Mdocdate: March 27 2018 $ .Dt BIO_S_FILE 3 .Os .Sh NAME @@ -286,18 +286,18 @@ BIO_free(out); .Xr BIO_read 3 , .Xr BIO_seek 3 .Sh HISTORY -.Fn BIO_s_file -and -.Fn BIO_set_fp -first appeared in SSLeay 0.6.0. -.Fn BIO_new_file , -.Fn BIO_new_fp , +.Fn BIO_s_file , +.Fn BIO_set_fp , .Fn BIO_get_fp , .Fn BIO_read_filename , .Fn BIO_write_filename , and .Fn BIO_append_filename -appeared in SSLeay 0.8.1b or earlier. +first appeared in SSLeay 0.6.0. +.Fn BIO_new_file +and +.Fn BIO_new_fp +first appeared in SSLeay 0.8.0. All these functions have been available since .Ox 2.4 . .Pp -- cgit v1.2.3-55-g6feb