diff options
author | schwarze <> | 2018-03-21 01:02:06 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-21 01:02:06 +0000 |
commit | a24b75322bf90686c5ae910eea43681e6e8c0217 (patch) | |
tree | 92b92b4c40c55c8b8c3ab5a86048119cdcb78fda /src/lib/libcrypto/man/RAND_load_file.3 | |
parent | aa80e4172b2030348c8f65b29ff9c1d12493a002 (diff) | |
download | openbsd-a24b75322bf90686c5ae910eea43681e6e8c0217.tar.gz openbsd-a24b75322bf90686c5ae910eea43681e6e8c0217.tar.bz2 openbsd-a24b75322bf90686c5ae910eea43681e6e8c0217.zip |
rand.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git
Diffstat (limited to 'src/lib/libcrypto/man/RAND_load_file.3')
-rw-r--r-- | src/lib/libcrypto/man/RAND_load_file.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/RAND_load_file.3 b/src/lib/libcrypto/man/RAND_load_file.3 index 96724730f0..2378b79a21 100644 --- a/src/lib/libcrypto/man/RAND_load_file.3 +++ b/src/lib/libcrypto/man/RAND_load_file.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: RAND_load_file.3,v 1.4 2016/11/29 00:45:36 schwarze Exp $ | 1 | .\" $OpenBSD: RAND_load_file.3,v 1.5 2018/03/21 01:02:06 schwarze Exp $ |
2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. | 4 | .\" This file was written by Ulf Moeller <ulf@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: November 29 2016 $ | 51 | .Dd $Mdocdate: March 21 2018 $ |
52 | .Dt RAND_LOAD_FILE 3 | 52 | .Dt RAND_LOAD_FILE 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -115,4 +115,5 @@ on error. | |||
115 | .Fn RAND_write_file , | 115 | .Fn RAND_write_file , |
116 | and | 116 | and |
117 | .Fn RAND_file_name | 117 | .Fn RAND_file_name |
118 | are available in all versions of SSLeay and OpenSSL. | 118 | appeared in SSLeay 0.8.1b or earlier and have been available since |
119 | .Ox 2.4 . | ||