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

Diff for /src/usr.bin/ssh/Attic/auth1.c between version 1.6.2.3 and 1.6.2.4

version 1.6.2.3, 2001/02/19 17:18:38 version 1.6.2.4, 2001/03/21 19:46:22
Line 23 
Line 23 
 #include "compat.h"  #include "compat.h"
 #include "auth.h"  #include "auth.h"
 #include "session.h"  #include "session.h"
   #include "misc.h"
   
 /* import */  /* import */
 extern ServerOptions options;  extern ServerOptions options;
 extern char *forced_command;  
   
 /*  /*
  * convert ssh auth msg type into description   * convert ssh auth msg type into description

Legend:
Removed from v.1.6.2.3  
changed lines
  Added in v.1.6.2.4