]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - fips/rsa/fips_rsa_eay.c
Rerun util/openssl-format-source -v -c .
[thirdparty/openssl.git] / fips / rsa / fips_rsa_eay.c
index 423a6bfaad926275ebb7b3df36cd5c866551ebb6..82f370f3cce625be7fc9c4464203d440e7c7d551 100644 (file)
@@ -850,9 +850,8 @@ static int RSA_eay_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx)
         goto err;
 
     if (rsa->e && rsa->n) {
-        if (!rsa->
-            meth->bn_mod_exp(vrfy, r0, rsa->e, rsa->n, ctx,
-                             rsa->_method_mod_n))
+        if (!rsa->meth->bn_mod_exp(vrfy, r0, rsa->e, rsa->n, ctx,
+                                   rsa->_method_mod_n))
             goto err;
         /*
          * If 'I' was greater than (or equal to) rsa->n, the operation will