Additional comment changes for reformat of 1.0.2
[openssl.git] / crypto / jpake / jpake.c
index 81a5cb51204dfc1b50ef552d447e1cde4bcf8e9c..c8bbe40a65aaea7e073a81f9bf70c1fac8df13fd 100644 (file)
@@ -191,7 +191,7 @@ static void generate_zkp(JPAKE_STEP_PART *p, const BIGNUM *x,
     BIGNUM *h = BN_new();
     BIGNUM *t = BN_new();
 
-   /*
+   /*-
     * r in [0,q)
     * XXX: Java chooses r in [0, 2^160) - i.e. distribution not uniform
     */