X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/ddecd643be56256929ae1c45bebb8e39ae032225..260f3dec11d702a907fdaf5aaee143abb01d0eb2:/sshrsa.c diff --git a/sshrsa.c b/sshrsa.c index 7f1d790e..930d151c 100644 --- 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;