Mercurial > dropbear
diff svr-authpubkey.c @ 1278:0c47d97aa9d5
merge
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 16 Mar 2016 22:53:27 +0800 |
parents | 9169e4e7cbee |
children | 750ec4ec4cbe 0d889b068123 |
line wrap: on
line diff
--- a/svr-authpubkey.c Tue Mar 15 23:23:31 2016 +0800 +++ b/svr-authpubkey.c Wed Mar 16 22:53:27 2016 +0800 @@ -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);