summaryrefslogtreecommitdiffstats
path: root/doc/crypto/RAND_add.pod
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-01-27 01:25:31 +0000
committerRichard Levitte <levitte@openssl.org>2000-01-27 01:25:31 +0000
commitbb075f883356589425b7e57f788c7498a83b0219 (patch)
tree83b7157529860efb0743abd6c8313b95b6452c37 /doc/crypto/RAND_add.pod
parent52732b38da995490fa33f8062a25d37cd7e7abcc (diff)
Update all links so they will be rendered better.
Diffstat (limited to 'doc/crypto/RAND_add.pod')
-rw-r--r--doc/crypto/RAND_add.pod4
1 files changed, 2 insertions, 2 deletions
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</dev/urandom>, 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_load_file(3)|RAND_load_file(3)>.
RAND_seed() is equivalent to RAND_add() when B<num == entropy>.
@@ -50,7 +50,7 @@ These functions do not return values.
=head1 SEE ALSO
-rand(3), RAND_load_file(3), RAND_cleanup(3)
+L<rand(3)|rand(3)>, L<RAND_load_file(3)|RAND_load_file(3)>, L<RAND_cleanup(3)|RAND_cleanup(3)>
=head1 HISTORY