X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=ssh.h;h=2f4dd61c900198f0adedc2e6fad7460f0badd1ac;hb=f004bcca17a789356c32527a396b68b71a773db2;hp=3bb8593b6ecdf15ea951ccc61dc31bc8d97a1d8a;hpb=2bf868835591b39f17a157b1511b1e2f4b6e77da;p=PuTTY.git diff --git a/ssh.h b/ssh.h index 3bb8593b..2f4dd61c 100644 --- 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; };