Remove static from probable_prime_dh.
[oweals/openssl.git] / crypto / bn / bn.h
index b3518cb3bad848d11aafe9d776bebbfe9dc67437..f4c8cc0124f6acab5b380aa00b2197ee7d5a932a 100644 (file)
@@ -420,6 +420,7 @@ int BN_rand_range(BIGNUM *rnd, const BIGNUM *range);
 int    BN_pseudo_rand_range(BIGNUM *rnd, const BIGNUM *range);
 int    BN_num_bits(const BIGNUM *a);
 int    BN_num_bits_word(BN_ULONG l);
+int    BN_security_bits(int L, int N);
 BIGNUM *BN_new(void);
 void   BN_init(BIGNUM *);
 void   BN_clear_free(BIGNUM *a);