More comments
[openssl.git] / crypto / jpake / jpake.c
index e3003ad36ce167f5a9e0d787242437955effd7ee..10cca0d5445b4f6826e95c85c1ab05c8f7bb8daf 100644 (file)
@@ -201,7 +201,7 @@ static int 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
     */