View | Details | Raw Unified | Return to bug 207783 | Differences between
and this patch

Collapse All | Expand All

(-)crypto/openssl/crypto/bn/bn_exp.c (-1 / +1 lines)
Lines 758-764 int BN_mod_exp_mont_consttime(BIGNUM *rr, const BI Link Here
758
         * Fetch the appropriate pre-computed value from the pre-buf
758
         * Fetch the appropriate pre-computed value from the pre-buf
759
         */
759
         */
760
        if (!MOD_EXP_CTIME_COPY_FROM_PREBUF
760
        if (!MOD_EXP_CTIME_COPY_FROM_PREBUF
761
            (computeTemp, top, powerbuf, wvalue, numPowers))
761
            (computeTemp, top, powerbuf, wvalue, window))
762
            goto err;
762
            goto err;
763
763
764
        /* Multiply the result into the intermediate result */
764
        /* Multiply the result into the intermediate result */

Return to bug 207783