]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - ssh.h
Merge branch 'pre-0.64'
[PuTTY.git] / ssh.h
diff --git a/ssh.h b/ssh.h
index 3bb8593b6ecdf15ea951ccc61dc31bc8d97a1d8a..2f4dd61c900198f0adedc2e6fad7460f0badd1ac 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -104,7 +104,7 @@ struct ec_curve;
 struct ec_point {
     const struct ec_curve *curve;
     Bignum x, y;
-    Bignum z;  // Jacobian denominator
+    Bignum z;  /* Jacobian denominator */
     unsigned char infinity;
 };