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

Diff for /src/usr.bin/ssh/Attic/auth-skey.c between version 1.24 and 1.25

version 1.24, 2006/08/03 03:34:41 version 1.25, 2006/08/05 08:00:33
Line 27 
Line 27 
   
 #include <sys/types.h>  #include <sys/types.h>
   
   #include <pwd.h>
   #include <stdio.h>
   
 #include <skey.h>  #include <skey.h>
   
 #include "xmalloc.h"  #include "xmalloc.h"
   #include "key.h"
   #include "hostfile.h"
 #include "auth.h"  #include "auth.h"
 #include "monitor_wrap.h"  #include "monitor_wrap.h"
   

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25