summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/RAND_load_file.pod
diff options
context:
space:
mode:
authormiod <>2014-07-09 17:56:43 +0000
committermiod <>2014-07-09 17:56:43 +0000
commitb5fe35f9c15f1a36f0f78d02fdaa6e211a2cc76a (patch)
tree5be9b59ec7ebadf006e37ac06006c858c860f945 /src/lib/libcrypto/doc/RAND_load_file.pod
parent8f147593f649791212451b70b61f2560f8cd408b (diff)
downloadopenbsd-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.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.