]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/ec/ec2_smpl.c
Yet more changes to comments
[thirdparty/openssl.git] / crypto / ec / ec2_smpl.c
index 52cb94fb551b9d09455951ef562e5e9a8fa5d75b..6c5c0c8c2e9ef1b2046c6c7bdd1f7a21eedcba00 100644 (file)
@@ -657,7 +657,8 @@ int ec_GF2m_simple_oct2point(const EC_GROUP *group, EC_POINT *point,
                if (!EC_POINT_set_affine_coordinates_GF2m(group, point, x, y, ctx)) goto err;
                }
        
-       if (!EC_POINT_is_on_curve(group, point, ctx)) /* test required by X9.62 */
+       /* test required by X9.62 */
+       if (!EC_POINT_is_on_curve(group, point, ctx))
                {
                ECerr(EC_F_EC_GF2M_SIMPLE_OCT2POINT, EC_R_POINT_IS_NOT_ON_CURVE);
                goto err;