Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-06-05 13:31:05 +0400
committerRichard Levitte <levitte@openssl.org>2002-06-05 13:31:05 +0400
commitb49053cae2ca17d80f772e4174ab3e639e7a896a (patch)
tree34c2ad09d2fb3c840b0a334aad611378654e084f /doc
parentc8062c3a5e559f3723d66335b9af10e8620b4e02 (diff)
Documentation bug corrected.
PR: 70
Diffstat (limited to 'doc')
-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 ecd410f7f2..9cec238f9e 100644
--- a/doc/crypto/BN_rand.pod
+++ b/doc/crypto/BN_rand.pod
@@ -14,7 +14,7 @@ BN_rand, BN_pseudo_rand - generate pseudo-random number
int BN_rand_range(BIGNUM *rnd, BIGNUM *range);
- int BN_pseudo_rand_range(BIGNUM *rnd, int bits, int top, int bottom);
+ int BN_pseudo_rand_range(BIGNUM *rnd, BIGNUM *range);
=head1 DESCRIPTION