summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BN_rand.pod
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-01-27 21:09:25 +0000
committerBodo Möller <bodo@openssl.org>2000-01-27 21:09:25 +0000
commit953aa7904062bbf808a6f566de898bc794583b8c (patch)
treeb0e13d30ba74fa7334ad50e3a42040bc31c15283 /doc/crypto/BN_rand.pod
parent01d16b54c25a94842f8bd70c9b00ee6ad6c977a1 (diff)
A couple of things were reversed for BN_pseudo_rand ...
Diffstat (limited to 'doc/crypto/BN_rand.pod')
-rw-r--r--doc/crypto/BN_rand.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/BN_rand.pod b/doc/crypto/BN_rand.pod
index 47991b1abc..f090df6908 100644
--- a/doc/crypto/BN_rand.pod
+++ b/doc/crypto/BN_rand.pod
@@ -2,7 +2,7 @@
=head1 NAME
-BN_rand, BN_rand_pseudo - Generate pseudo-random number
+BN_rand, BN_pseudo_rand - Generate pseudo-random number
=head1 SYNOPSIS