1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-12 16:47:42 -05:00

Fix some rogue // comments.

That's what you get for changing things at the last minute...
This commit is contained in:
Simon Tatham
2014-11-03 18:41:56 +00:00
parent 53ff0ffd55
commit bb09a3936e
2 changed files with 5 additions and 5 deletions

2
ssh.h
View File

@ -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;
};