diff options
author | schwarze <> | 2018-03-27 17:35:50 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-27 17:35:50 +0000 |
commit | 46b5d933b38b75b127fede5f1fa076d84c7714a1 (patch) | |
tree | f9c6916aae3f5b1e0ac87341b497da860edfcddb /src/lib/libcrypto/man/BIO_s_file.3 | |
parent | 4dbdd890b2673d2b0999aeeea41ae4e949eb040a (diff) | |
download | openbsd-46b5d933b38b75b127fede5f1fa076d84c7714a1.tar.gz openbsd-46b5d933b38b75b127fede5f1fa076d84c7714a1.tar.bz2 openbsd-46b5d933b38b75b127fede5f1fa076d84c7714a1.zip |
found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs
on the web, so fix up SSLeay HISTORY accordingly
Diffstat (limited to 'src/lib/libcrypto/man/BIO_s_file.3')
-rw-r--r-- | src/lib/libcrypto/man/BIO_s_file.3 | 18 |
1 files changed, 9 insertions, 9 deletions
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 @@ | |||
1 | .\" $OpenBSD: BIO_s_file.3,v 1.8 2018/03/21 09:03:49 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_s_file.3,v 1.9 2018/03/27 17:35:50 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>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: March 21 2018 $ | 51 | .Dd $Mdocdate: March 27 2018 $ |
52 | .Dt BIO_S_FILE 3 | 52 | .Dt BIO_S_FILE 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -286,18 +286,18 @@ BIO_free(out); | |||
286 | .Xr BIO_read 3 , | 286 | .Xr BIO_read 3 , |
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 | and | 290 | .Fn BIO_set_fp , |
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 , | 291 | .Fn BIO_get_fp , |
296 | .Fn BIO_read_filename , | 292 | .Fn BIO_read_filename , |
297 | .Fn BIO_write_filename , | 293 | .Fn BIO_write_filename , |
298 | and | 294 | and |
299 | .Fn BIO_append_filename | 295 | .Fn BIO_append_filename |
300 | appeared in SSLeay 0.8.1b or earlier. | 296 | first appeared in SSLeay 0.6.0. |
297 | .Fn BIO_new_file | ||
298 | and | ||
299 | .Fn BIO_new_fp | ||
300 | first appeared in SSLeay 0.8.0. | ||
301 | All these functions have been available since | 301 | All these functions have been available since |
302 | .Ox 2.4 . | 302 | .Ox 2.4 . |
303 | .Pp | 303 | .Pp |