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

Diff for /src/usr.bin/ssh/Attic/auth-krb4.c between version 1.22 and 1.23

version 1.22, 2001/01/21 19:05:41 version 1.23, 2001/01/22 08:15:00
Line 32 
Line 32 
 #include "log.h"  #include "log.h"
 #include "servconf.h"  #include "servconf.h"
 #include "auth.h"  #include "auth.h"
   
   #ifdef AFS
 #include "radix.h"  #include "radix.h"
   #endif
   
 #ifdef KRB4  #ifdef KRB4
 char *ticket = NULL;  char *ticket = NULL;

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23