summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BIO_s_file.3
diff options
context:
space:
mode:
authorschwarze <>2018-03-20 19:33:16 +0000
committerschwarze <>2018-03-20 19:33:16 +0000
commitf70bc934b6cc6e1bb9d5778afa91cf73609cad41 (patch)
treefe064d32e57af16e9b70f737a562909ac9ecfcaf /src/lib/libcrypto/man/BIO_s_file.3
parentb698ff23ebda642453ff74723e56076e55dffcda (diff)
downloadopenbsd-f70bc934b6cc6e1bb9d5778afa91cf73609cad41.tar.gz
openbsd-f70bc934b6cc6e1bb9d5778afa91cf73609cad41.tar.bz2
openbsd-f70bc934b6cc6e1bb9d5778afa91cf73609cad41.zip
bio.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git
Diffstat (limited to 'src/lib/libcrypto/man/BIO_s_file.3')
-rw-r--r--src/lib/libcrypto/man/BIO_s_file.315
1 files changed, 13 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BIO_s_file.3 b/src/lib/libcrypto/man/BIO_s_file.3
index 057a311762..5cde0308d1 100644
--- a/src/lib/libcrypto/man/BIO_s_file.3
+++ b/src/lib/libcrypto/man/BIO_s_file.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BIO_s_file.3,v 1.6 2018/03/20 18:26:45 schwarze Exp $ 1.\" $OpenBSD: BIO_s_file.3,v 1.7 2018/03/20 19:33:16 schwarze Exp $
2.\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -0400 2.\" OpenSSL 9b86974e Aug 17 15:21:33 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>.
@@ -287,7 +287,18 @@ BIO_free(out);
287.Xr BIO_seek 3 287.Xr BIO_seek 3
288.Sh HISTORY 288.Sh HISTORY
289.Fn BIO_s_file 289.Fn BIO_s_file
290appeared in SSLeay 0.6.0 and has been available since 290and
291.Fn BIO_set_fp
292first appeared in SSLeay 0.6.0.
293.Fn BIO_new_file ,
294.Fn BIO_new_fp ,
295.Fn BIO_get_fp ,
296.Fn BIO_read_filename ,
297.Fn BIO_write_filename ,
298and
299.Fn BIO_append_filename
300appeared in SSLeay 0.8.1b or earlier.
301All these functions have been available since
291.Ox 2.4 . 302.Ox 2.4 .
292.Sh BUGS 303.Sh BUGS
293.Xr BIO_reset 3 304.Xr BIO_reset 3