Remove static from probable_prime_dh.
[openssl.git] / crypto / bn / bn_lcl.h
index 90787e576e88dfae14e7bd40dd469bd36313602d..40ef22b73f2243b15a80853a43503d26a8e50a94 100644 (file)
@@ -534,6 +534,9 @@ int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_U
 BIGNUM *int_bn_mod_inverse(BIGNUM *in,
        const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx, int *noinv);
 
+int bn_probable_prime_dh(BIGNUM *rnd, int bits,
+       const BIGNUM *add, const BIGNUM *rem, BN_CTX *ctx);
+
 #ifdef  __cplusplus
 }
 #endif