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

Diff for /src/usr.bin/ssh/auth2-pubkey.c between version 1.40 and 1.41

version 1.40, 2014/06/24 01:13:21 version 1.41, 2014/07/15 15:54:14
Line 45 
Line 45 
 #include "packet.h"  #include "packet.h"
 #include "buffer.h"  #include "buffer.h"
 #include "log.h"  #include "log.h"
   #include "misc.h"
 #include "servconf.h"  #include "servconf.h"
 #include "compat.h"  #include "compat.h"
 #include "key.h"  #include "key.h"
Line 58 
Line 59 
 #include "ssh-gss.h"  #include "ssh-gss.h"
 #endif  #endif
 #include "monitor_wrap.h"  #include "monitor_wrap.h"
 #include "misc.h"  
 #include "authfile.h"  #include "authfile.h"
 #include "match.h"  #include "match.h"
   

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41