From: Richard Levitte Date: Wed, 5 Jun 2002 09:31:05 +0000 (+0000) Subject: Documentation bug corrected. X-Git-Tag: OpenSSL_0_9_6e~26^2~98 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=b49053cae2ca17d80f772e4174ab3e639e7a896a Documentation bug corrected. PR: 70 --- 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