[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.22 and 1.23

version 1.22, 2016/05/04 14:22:33 version 1.23, 2018/07/09 21:35:50
Line 36 
Line 36 
 #include "ssh.h"  #include "ssh.h"
 #include "packet.h"  #include "packet.h"
 #include "log.h"  #include "log.h"
 #include "buffer.h"  #include "sshbuf.h"
   #include "sshkey.h"
 #include "servconf.h"  #include "servconf.h"
 #include "uidswap.h"  #include "uidswap.h"
 #include "key.h"  
 #include "hostfile.h"  #include "hostfile.h"
 #include "auth.h"  #include "auth.h"
   

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