diff options
author | Matt Johnston <matt@ucc.asn.au> | 2016-03-16 22:53:27 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2016-03-16 22:53:27 +0800 |
commit | c830d30553abc3710c3d5eb18964cd96fc37c902 (patch) | |
tree | 393f384cd748140a3fb55f41a7009baca51a062e /svr-authpubkey.c | |
parent | 3e7672edca09cb72ca8be481b5a6d5fb30b79149 (diff) | |
parent | 0650182289344e0d83b20c0cea1024a2306d2072 (diff) |
merge
Diffstat (limited to 'svr-authpubkey.c')
-rw-r--r-- | svr-authpubkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svr-authpubkey.c b/svr-authpubkey.c index 89d77ed..71c347a 100644 --- a/svr-authpubkey.c +++ b/svr-authpubkey.c @@ -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); |