diff options
Diffstat (limited to '')
-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 |