summaryrefslogtreecommitdiffstats
path: root/doc/crypto
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-02-24 18:19:50 +0000
committerBodo Möller <bodo@openssl.org>2000-02-24 18:19:50 +0000
commita7b991bd68d16c65b4bc9616e0af3376e9670fe0 (patch)
treee268467755806db6ffcf22f999b1343746e6ea8f /doc/crypto
parenta4cfd178f919c6a26c6f1e922e95dc61460a5e36 (diff)
Don't define platform-dependent preprocessor symbols for OPENSSL_THREAD_DEFINES.
"make update".
Diffstat (limited to 'doc/crypto')
-rw-r--r--doc/crypto/RAND_load_file.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/crypto/RAND_load_file.pod b/doc/crypto/RAND_load_file.pod
index 3e75855160..8dd700ca3d 100644
--- a/doc/crypto/RAND_load_file.pod
+++ b/doc/crypto/RAND_load_file.pod
@@ -24,8 +24,8 @@ too small for the path name, an error occurs.
RAND_load_file() reads a number of bytes from file B<filename> and
adds them to the PRNG. If B<max_bytes> is non-negative,
-up to to B<max_bytes> are read; if B<max_bytes> is -1, the complete file
-is read.
+up to to B<max_bytes> are read; starting with OpenSSL 0.9.5,
+if B<max_bytes> is -1, the complete file is read.
RAND_write_file() writes a number of random bytes (currently 1024) to
file B<filename> which can be used to initialize the PRNG by calling