Don't define platform-dependent preprocessor symbols for OPENSSL_THREAD_DEFINES.
[openssl.git] / doc / crypto / RAND_load_file.pod
index 3e7585516096fba4332f000d090b82c6d837e3a5..8dd700ca3d4b9076dbd963cad16c8aadba945fa1 100644 (file)
@@ -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