mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Declare BN_pseudo_rand().
This commit is contained in:
parent
0b3300f866
commit
f95a9f678a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user