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

Diff for /src/usr.bin/ssh/ssh-keyscan.c between version 1.73 and 1.74

version 1.73, 2006/08/03 03:34:42 version 1.74, 2006/10/06 02:29:19
Line 10 
Line 10 
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/socket.h>  #include <sys/socket.h>
 #include <sys/queue.h>  #include <sys/queue.h>
 #include <sys/resource.h>  
 #include <sys/time.h>  #include <sys/time.h>
   #include <sys/resource.h>
   
 #include <openssl/bn.h>  #include <openssl/bn.h>
   

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74