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:
0b3300f
)
Declare BN_pseudo_rand().
author
Richard Levitte
<levitte@openssl.org>
Thu, 27 Jan 2000 22:07:42 +0000
(22:07 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 27 Jan 2000 22:07:42 +0000
(22:07 +0000)
crypto/bn/bn.h
patch
|
blob
|
history
diff --git
a/crypto/bn/bn.h
b/crypto/bn/bn.h
index aade57988c21aba1728aef1d12fb59638bc3bd95..93e2f6f2bdd38dd0c0b98b51c3a712fe452377be 100644
(file)
--- a/
crypto/bn/bn.h
+++ b/
crypto/bn/bn.h
@@
-336,6
+336,7
@@
BN_CTX *BN_CTX_new(void);
void BN_CTX_init(BN_CTX *c);
void BN_CTX_free(BN_CTX *c);
int BN_rand(BIGNUM *rnd, int bits, int top,int bottom);
+int BN_pseudo_rand(BIGNUM *rnd, int bits, int top,int bottom);
int BN_num_bits(const BIGNUM *a);
int BN_num_bits_word(BN_ULONG);
BIGNUM *BN_new(void);