projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa7688a
)
Documentation bug corrected.
author
Richard Levitte
<levitte@openssl.org>
Wed, 5 Jun 2002 09:29:33 +0000
(09:29 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 5 Jun 2002 09:29:33 +0000
(09:29 +0000)
PR: 70
doc/crypto/BN_rand.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/BN_rand.pod
b/doc/crypto/BN_rand.pod
index ecd410f7f252400f41cd2ca14c99206bd92cbe34..9cec238f9e24b9d8808ce50f558bdd188892c3e1 100644
(file)
--- 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