Give parameters names in prototypes.
[oweals/openssl.git] / crypto / bn / bn_lcl.h
index d7dff0d90ccd5461d363c315a885755e2bf6fb15..ce085b5d3f3b4d38edd462f3489553046d5c7e0b 100644 (file)
@@ -497,6 +497,9 @@ BN_ULONG bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b,
        int cl, int dl);
 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num);
 
+BIGNUM *int_bn_mod_inverse(BIGNUM *in,
+       const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx, int *noinv);
+
 #ifdef  __cplusplus
 }
 #endif