Mercurial > dropbear
comparison svr-auth.c @ 1278:0c47d97aa9d5
merge
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 16 Mar 2016 22:53:27 +0800 |
parents | 9169e4e7cbee |
children | 750ec4ec4cbe b28624698130 |
comparison
equal
deleted
inserted
replaced
1264:a20b6af6f182 | 1278:0c47d97aa9d5 |
---|---|
33 #include "packet.h" | 33 #include "packet.h" |
34 #include "auth.h" | 34 #include "auth.h" |
35 #include "runopts.h" | 35 #include "runopts.h" |
36 #include "dbrandom.h" | 36 #include "dbrandom.h" |
37 | 37 |
38 static void authclear(); | 38 static void authclear(void); |
39 static int checkusername(char *username, unsigned int userlen); | 39 static int checkusername(char *username, unsigned int userlen); |
40 | 40 |
41 /* initialise the first time for a session, resetting all parameters */ | 41 /* initialise the first time for a session, resetting all parameters */ |
42 void svr_authinitialise() { | 42 void svr_authinitialise() { |
43 | 43 |