Having now compiled the last few days' changes with MSVC, it's turned
[u/mdw/putty] / sshrsa.c
index 7f1d790..930d151 100644 (file)
--- a/sshrsa.c
+++ b/sshrsa.c
@@ -393,7 +393,7 @@ static void *rsa2_openssh_createkey(unsigned char **blob, int *len) {
     return rsa;
 }
 
-static int *rsa2_openssh_fmtkey(void *key, unsigned char *blob, int len) {
+static int rsa2_openssh_fmtkey(void *key, unsigned char *blob, int len) {
     struct RSAKey *rsa = (struct RSAKey *)key;
     int bloblen, i;