X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=doc%2Fcrypto%2FRAND_load_file.pod;h=debf06fa2e25bbe6ad93711608adae8ce5fbcefd;hb=a528d4f0a9a71405f3ca06e20cbd27aa1b8c0df9;hp=e19757e40eadc774e3fe26a6a1af12fdc643f61c;hpb=6f5c03032080aa35e2ad5765b7243b8c75305611;p=openssl.git diff --git a/doc/crypto/RAND_load_file.pod b/doc/crypto/RAND_load_file.pod index e19757e40e..debf06fa2e 100644 --- a/doc/crypto/RAND_load_file.pod +++ b/doc/crypto/RAND_load_file.pod @@ -24,7 +24,7 @@ too small for the path name, an error occurs. RAND_load_file() reads a number of bytes from file B and adds them to the PRNG. If B is non-negative, -up to to B are read; starting with OpenSSL 0.9.5, +up to to B are read; if B is -1, the complete file is read. RAND_write_file() writes a number of random bytes (currently 1024) to @@ -45,9 +45,4 @@ error. L, L, L -=head1 HISTORY - -RAND_load_file(), RAND_write_file() and RAND_file_name() are available in -all versions of SSLeay and OpenSSL. - =cut