Loading crypto/ec/ec2_smpl.c +1 −1 Original line number Diff line number Diff line Loading @@ -556,7 +556,7 @@ int ec_GF2m_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_ field_sqr = group->meth->field_sqr; /* only support affine coordinates */ if (!point->Z_is_one) goto err; if (!point->Z_is_one) return -1; if (ctx == NULL) { Loading Loading
crypto/ec/ec2_smpl.c +1 −1 Original line number Diff line number Diff line Loading @@ -556,7 +556,7 @@ int ec_GF2m_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_ field_sqr = group->meth->field_sqr; /* only support affine coordinates */ if (!point->Z_is_one) goto err; if (!point->Z_is_one) return -1; if (ctx == NULL) { Loading