Rerun util/openssl-format-source -v -c .
[oweals/openssl.git] / crypto / rsa / rsa_eay.c
index e1981d0b3d02719b7b2d336c365a2b1065cbf9d4..b8d9221592358efc454dbf3e8f582a3ad4ccdeee 100644 (file)
@@ -881,9 +881,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