Fix miscellaneous compiler warnings. Thanks to Jacob Nevins
[u/mdw/putty] / sshpubk.c
index fddcf95..c9db8a1 100644 (file)
--- a/sshpubk.c
+++ b/sshpubk.c
@@ -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;
 
     /*