[BACK]Return to auth2-passwd.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/auth2-passwd.c between version 1.13 and 1.14

version 1.13, 2017/05/30 14:26:49 version 1.14, 2017/05/30 14:29:59
Line 46 
Line 46 
 extern ServerOptions options;  extern ServerOptions options;
   
 static int  static int
 userauth_passwd(Authctxt *authctxt)  userauth_passwd(struct ssh *ssh)
 {  {
         struct ssh *ssh = active_state; /* XXX */  
         char *password;          char *password;
         int authenticated = 0, r;          int authenticated = 0, r;
         u_char change;          u_char change;

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14