[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.12 and 1.13

version 1.12, 2006/03/25 13:17:01 version 1.13, 2006/07/06 16:03:53
Line 28 
Line 28 
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/stat.h>  #include <sys/stat.h>
   
   #include <pwd.h>
   
 #include "ssh.h"  #include "ssh.h"
 #include "ssh2.h"  #include "ssh2.h"
 #include "xmalloc.h"  #include "xmalloc.h"

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13