indent has problems with comments that are on the right hand side of a line.
[oweals/openssl.git] / crypto / ec / ec2_smpl.c
index 716036079af109acd9dfb09b3bd9a22acc526159..2fcfb4f052f0d54166c56fd84bc264386bcd1f82 100644 (file)
@@ -553,7 +553,8 @@ int ec_GF2m_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point)
        }
 
 
-/* Determines whether the given EC_POINT is an actual point on the curve defined
+/*-
+ * Determines whether the given EC_POINT is an actual point on the curve defined
  * in the EC_GROUP.  A point is valid if it satisfies the Weierstrass equation:
  *      y^2 + x*y = x^3 + a*x^2 + b.
  */