[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.21 and 1.22

version 1.21, 2001/01/19 15:55:10 version 1.22, 2001/01/21 19:05:41
Line 23 
Line 23 
  */   */
   
 #include "includes.h"  #include "includes.h"
 #include "packet.h"  RCSID("$OpenBSD$");
 #include "xmalloc.h"  
 #include "ssh.h"  #include "ssh.h"
 #include "ssh1.h"  #include "ssh1.h"
   #include "packet.h"
   #include "xmalloc.h"
   #include "log.h"
 #include "servconf.h"  #include "servconf.h"
   #include "auth.h"
 RCSID("$OpenBSD$");  #include "radix.h"
   
 #ifdef KRB4  #ifdef KRB4
 char *ticket = NULL;  char *ticket = NULL;

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