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

Diff for /src/usr.bin/ssh/hostfile.c between version 1.42 and 1.43

version 1.42, 2006/07/22 20:48:23 version 1.43, 2006/07/26 13:57:17
Line 42 
Line 42 
   
 #include <netinet/in.h>  #include <netinet/in.h>
   
 #include <resolv.h>  
 #include <string.h>  
   
 #include <openssl/hmac.h>  #include <openssl/hmac.h>
 #include <openssl/sha.h>  #include <openssl/sha.h>
   
   #include <resolv.h>
   #include <stdlib.h>
   #include <string.h>
   
 #include "match.h"  #include "match.h"
 #include "key.h"  #include "key.h"

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43