]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/ec/ecp_nistp521.c
Move more comments that confuse indent
[thirdparty/openssl.git] / crypto / ec / ecp_nistp521.c
index 78c21f00895f3504a5cb6f9bf75d671d78cd34ad..f97dab67decc99befd150522c14ee6ffa20d3ee9 100644 (file)
@@ -1460,9 +1460,10 @@ static void batch_mul(felem x_out, felem y_out, felem z_out,
                        select_point(bits, 16, g_pre_comp, tmp);
                        if (!skip)
                                {
+                               /* The 1 argument below is for "mixed" */
                                point_add(nq[0], nq[1], nq[2],
                                        nq[0], nq[1], nq[2],
-                                       1 /* mixed */, tmp[0], tmp[1], tmp[2]);
+                                       1, tmp[0], tmp[1], tmp[2]);
                                }
                        else
                                {