Further comment changes for reformat (master)
[openssl.git] / crypto / ec / ecp_oct.c
index 980ca970ca8eccc7b0dbce7987429762ac86953f..ba891675bebe3dea4c1413d709110e3bdff6499f 100644 (file)
@@ -93,7 +93,8 @@ int ec_GFp_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *po
        y = BN_CTX_get(ctx);
        if (y == NULL) goto err;
 
-       /* Recover y.  We have a Weierstrass equation
+       /*-
+        * Recover y.  We have a Weierstrass equation
         *     y^2 = x^3 + a*x + b,
         * so  y  is one of the square roots of  x^3 + a*x + b.
         */