diff options
author | miod <> | 2014-07-09 17:56:43 +0000 |
---|---|---|
committer | miod <> | 2014-07-09 17:56:43 +0000 |
commit | b5fe35f9c15f1a36f0f78d02fdaa6e211a2cc76a (patch) | |
tree | 5be9b59ec7ebadf006e37ac06006c858c860f945 /src/lib/libcrypto/doc/RAND_load_file.pod | |
parent | 8f147593f649791212451b70b61f2560f8cd408b (diff) | |
download | openbsd-b5fe35f9c15f1a36f0f78d02fdaa6e211a2cc76a.tar.gz openbsd-b5fe35f9c15f1a36f0f78d02fdaa6e211a2cc76a.tar.bz2 openbsd-b5fe35f9c15f1a36f0f78d02fdaa6e211a2cc76a.zip |
Update to match the current state of crypto/rand, and remove MLINKS for
RAND_event and RAND_screen.
Diffstat (limited to 'src/lib/libcrypto/doc/RAND_load_file.pod')
-rw-r--r-- | src/lib/libcrypto/doc/RAND_load_file.pod | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/lib/libcrypto/doc/RAND_load_file.pod b/src/lib/libcrypto/doc/RAND_load_file.pod index 28118e3c2e..5e4c2481d8 100644 --- a/src/lib/libcrypto/doc/RAND_load_file.pod +++ b/src/lib/libcrypto/doc/RAND_load_file.pod | |||
@@ -16,11 +16,9 @@ RAND_load_file, RAND_write_file, RAND_file_name - PRNG seed file | |||
16 | 16 | ||
17 | =head1 DESCRIPTION | 17 | =head1 DESCRIPTION |
18 | 18 | ||
19 | RAND_file_name() generates a default path for the random seed | 19 | RAND_file_name() returns a default path for the random seed file. |
20 | file. B<buf> points to a buffer of size B<num> in which to store the | 20 | B<buf> points to a buffer of size B<num> in which to store the |
21 | filename. The seed file is $RANDFILE if that environment variable is | 21 | filename. If B<num> is too small for the path name, an error occurs. |
22 | set, $HOME/.rnd otherwise. If $HOME is not set either, or B<num> is | ||
23 | too small for the path name, an error occurs. | ||
24 | 22 | ||
25 | RAND_load_file() used to allow for the state of the random number generator | 23 | RAND_load_file() used to allow for the state of the random number generator |
26 | to be controlled by external sources. | 24 | to be controlled by external sources. |