diff options
| author | jmc <> | 2016-11-25 16:34:08 +0000 |
|---|---|---|
| committer | jmc <> | 2016-11-25 16:34:08 +0000 |
| commit | 80dd6da36e7d98bd290e05e81eca096c79733671 (patch) | |
| tree | 6e63a82b923d84825793f9af8a1d11d494b76af8 /src/lib/libcrypto/man/RAND_load_file.3 | |
| parent | fce544947dca369d40a060a4f6e2fb35a302fe82 (diff) | |
| download | openbsd-80dd6da36e7d98bd290e05e81eca096c79733671.tar.gz openbsd-80dd6da36e7d98bd290e05e81eca096c79733671.tar.bz2 openbsd-80dd6da36e7d98bd290e05e81eca096c79733671.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 |
