bn_exp.c: fix x86_64-specific crash with one-word modulus.
[openssl.git] / crypto / bn / bn_gcd.c
index 4a352119ba8aafc0a7164f14337df2e09837de32..a808f53178fb830572a6d8c2edb4eabb5063c844 100644 (file)
@@ -205,6 +205,7 @@ err:
 /* solves ax == 1 (mod n) */
 static BIGNUM *BN_mod_inverse_no_branch(BIGNUM *in,
         const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx);
+
 BIGNUM *BN_mod_inverse(BIGNUM *in,
        const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx)
        {