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

Diff for /src/usr.bin/ssh/auth-passwd.c between version 1.19 and 1.20

version 1.19, 2001/01/18 16:59:59 version 1.20, 2001/01/21 19:05:42
Line 39 
Line 39 
 RCSID("$OpenBSD$");  RCSID("$OpenBSD$");
   
 #include "packet.h"  #include "packet.h"
 #include "ssh.h"  
 #include "servconf.h"  
 #include "xmalloc.h"  #include "xmalloc.h"
   #include "log.h"
   #include "servconf.h"
 #include "auth.h"  #include "auth.h"
   
 /*  /*

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20