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

Diff for /src/usr.bin/ssh/Attic/auth-rsa.c between version 1.67 and 1.68

version 1.67, 2006/03/25 18:29:35 version 1.68, 2006/07/06 16:03:53
Line 22 
Line 22 
 #include <openssl/rsa.h>  #include <openssl/rsa.h>
 #include <openssl/md5.h>  #include <openssl/md5.h>
   
   #include <pwd.h>
   
 #include "rsa.h"  #include "rsa.h"
 #include "packet.h"  #include "packet.h"
 #include "xmalloc.h"  #include "xmalloc.h"

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68