X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=doc%2Fcrypto%2FRAND_add.pod;fp=doc%2Fcrypto%2FRAND_add.pod;h=10be71a8948a064c17c894e58b355a976ea9da86;hb=bb075f883356589425b7e57f788c7498a83b0219;hp=9eeb3993770397f9d0b983252240c060bfc96a24;hpb=52732b38da995490fa33f8062a25d37cd7e7abcc;p=openssl.git diff --git a/doc/crypto/RAND_add.pod b/doc/crypto/RAND_add.pod index 9eeb399377..10be71a894 100644 --- a/doc/crypto/RAND_add.pod +++ b/doc/crypto/RAND_add.pod @@ -33,7 +33,7 @@ OpenSSL makes sure that the PRNG state is unique for each thread. On systems that provide C, the randomness device is used to seed the PRNG transparently. However, on all other systems, the application is responsible for seeding the PRNG by calling RAND_add() -or RAND_load_file(3). +or L. RAND_seed() is equivalent to RAND_add() when B. @@ -50,7 +50,7 @@ These functions do not return values. =head1 SEE ALSO -rand(3), RAND_load_file(3), RAND_cleanup(3) +L, L, L =head1 HISTORY