diff options
author | schwarze <> | 2018-03-20 19:33:16 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-20 19:33:16 +0000 |
commit | f70bc934b6cc6e1bb9d5778afa91cf73609cad41 (patch) | |
tree | fe064d32e57af16e9b70f737a562909ac9ecfcaf /src/lib/libcrypto/man/BIO_s_file.3 | |
parent | b698ff23ebda642453ff74723e56076e55dffcda (diff) | |
download | openbsd-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.3 | 15 |
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 |
290 | appeared in SSLeay 0.6.0 and has been available since | 290 | and |
291 | .Fn BIO_set_fp | ||
292 | first 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 , | ||
298 | and | ||
299 | .Fn BIO_append_filename | ||
300 | appeared in SSLeay 0.8.1b or earlier. | ||
301 | All 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 |