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

Fix miscellaneous compiler warnings. Thanks to Jacob Nevins

[originally from svn r755]
This commit is contained in:
Simon Tatham
2000-10-24 10:47:49 +00:00
parent 5ff9cc2f1f
commit 384eeb3f76
10 changed files with 18 additions and 4 deletions

View File

@ -189,7 +189,7 @@ int saversakey(char *filename, struct RSAKey *key, struct RSAAux *aux,
unsigned char buf[16384];
unsigned char keybuf[16];
struct MD5Context md5c;
char *p, *estart;
unsigned char *p, *estart;
FILE *fp;
/*