Documentation bug corrected.
PR: 70
This commit is contained in:
parent
c8062c3a5e
commit
b49053cae2
@ -14,7 +14,7 @@ BN_rand, BN_pseudo_rand - generate pseudo-random number
|
|||||||
|
|
||||||
int BN_rand_range(BIGNUM *rnd, BIGNUM *range);
|
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
|
=head1 DESCRIPTION
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user