From f95a9f678a2336b8cd3aaeb99cb9cda143916e27 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 27 Jan 2000 22:07:42 +0000 Subject: [PATCH] Declare BN_pseudo_rand(). --- crypto/bn/bn.h | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/bn/bn.h b/crypto/bn/bn.h index aade57988c..93e2f6f2bd 100644 --- 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); -- 2.25.1