Documentation bug corrected.

PR: 70
This commit is contained in:
Richard Levitte 2002-06-05 09:31:05 +00:00
parent c8062c3a5e
commit b49053cae2

View File

@ -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