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

Diff for /src/usr.bin/ssh/auth-krb5.c between version 1.5 and 1.6

version 1.5, 2002/02/15 23:54:10 version 1.6, 2002/03/04 17:27:39
Line 2 
Line 2 
  *    Kerberos v5 authentication and ticket-passing routines.   *    Kerberos v5 authentication and ticket-passing routines.
  *   *
  * $FreeBSD: src/crypto/openssh/auth-krb5.c,v 1.6 2001/02/13 16:58:04 assar Exp $   * $FreeBSD: src/crypto/openssh/auth-krb5.c,v 1.6 2001/02/13 16:58:04 assar Exp $
  * $OpenBSD$  
  */   */
   
 #include "includes.h"  #include "includes.h"
   RCSID("$OpenBSD$");
   
 #include "ssh.h"  #include "ssh.h"
 #include "ssh1.h"  #include "ssh1.h"
 #include "packet.h"  #include "packet.h"

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6