diff options
author | jmc <> | 2016-11-25 16:34:08 +0000 |
---|---|---|
committer | jmc <> | 2016-11-25 16:34:08 +0000 |
commit | aba3adbd7238bc32c17777b16e6e98cb93b7dc74 (patch) | |
tree | 6e63a82b923d84825793f9af8a1d11d494b76af8 /src/lib/libcrypto/man/RAND_load_file.3 | |
parent | 7202341c67bf9540414b1bb3d732e66d2a7489cf (diff) | |
download | openbsd-aba3adbd7238bc32c17777b16e6e98cb93b7dc74.tar.gz openbsd-aba3adbd7238bc32c17777b16e6e98cb93b7dc74.tar.bz2 openbsd-aba3adbd7238bc32c17777b16e6e98cb93b7dc74.zip |
various minor cleanup;
Diffstat (limited to 'src/lib/libcrypto/man/RAND_load_file.3')
-rw-r--r-- | src/lib/libcrypto/man/RAND_load_file.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/RAND_load_file.3 b/src/lib/libcrypto/man/RAND_load_file.3 index 003196b59f..8067b796b3 100644 --- a/src/lib/libcrypto/man/RAND_load_file.3 +++ b/src/lib/libcrypto/man/RAND_load_file.3 | |||
@@ -1,12 +1,12 @@ | |||
1 | .\" $OpenBSD: RAND_load_file.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ | 1 | .\" $OpenBSD: RAND_load_file.3,v 1.3 2016/11/25 16:34:08 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .Dd $Mdocdate: November 6 2016 $ | 3 | .Dd $Mdocdate: November 25 2016 $ |
4 | .Dt RAND_LOAD_FILE 3 | 4 | .Dt RAND_LOAD_FILE 3 |
5 | .Os | 5 | .Os |
6 | .Sh NAME | 6 | .Sh NAME |
7 | .Nm RAND_file_name , | ||
7 | .Nm RAND_load_file , | 8 | .Nm RAND_load_file , |
8 | .Nm RAND_write_file , | 9 | .Nm RAND_write_file |
9 | .Nm RAND_file_name | ||
10 | .Nd PRNG seed file | 10 | .Nd PRNG seed file |
11 | .Sh SYNOPSIS | 11 | .Sh SYNOPSIS |
12 | .In openssl/rand.h | 12 | .In openssl/rand.h |
@@ -40,7 +40,7 @@ used to allow for the state of the random number generator to be | |||
40 | controlled by external sources. | 40 | controlled by external sources. |
41 | .Pp | 41 | .Pp |
42 | It is kept for ABI compatibility but is no longer functional, and should | 42 | It is kept for ABI compatibility but is no longer functional, and should |
43 | not used in new programs. | 43 | not be used in new programs. |
44 | .Pp | 44 | .Pp |
45 | .Fn RAND_write_file | 45 | .Fn RAND_write_file |
46 | writes a number of random bytes (currently 1024) to file | 46 | writes a number of random bytes (currently 1024) to file |