summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/RAND_load_file.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/doc/RAND_load_file.pod')
-rw-r--r--src/lib/libcrypto/doc/RAND_load_file.pod8
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
19RAND_file_name() generates a default path for the random seed 19RAND_file_name() returns a default path for the random seed file.
20file. B<buf> points to a buffer of size B<num> in which to store the 20B<buf> points to a buffer of size B<num> in which to store the
21filename. The seed file is $RANDFILE if that environment variable is 21filename. If B<num> is too small for the path name, an error occurs.
22set, $HOME/.rnd otherwise. If $HOME is not set either, or B<num> is
23too small for the path name, an error occurs.
24 22
25RAND_load_file() used to allow for the state of the random number generator 23RAND_load_file() used to allow for the state of the random number generator
26to be controlled by external sources. 24to be controlled by external sources.