Mercurial > dropbear
diff svr-authpubkey.c @ 1276:9169e4e7cbee
fix empty C prototypes
author | Francois Perrad <francois.perrad@gadz.org> |
---|---|
date | Fri, 01 Jan 2016 16:30:31 +0100 |
parents | aaf576b27a10 |
children | 750ec4ec4cbe 0d889b068123 |
line wrap: on
line diff
--- a/svr-authpubkey.c Fri Jan 01 09:46:09 2016 +0100 +++ b/svr-authpubkey.c Fri Jan 01 16:30:31 2016 +0100 @@ -72,7 +72,7 @@ static int checkpubkey(char* algo, unsigned int algolen, unsigned char* keyblob, unsigned int keybloblen); -static int checkpubkeyperms(); +static int checkpubkeyperms(void); static void send_msg_userauth_pk_ok(char* algo, unsigned int algolen, unsigned char* keyblob, unsigned int keybloblen); static int checkfileperm(char * filename);