[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.129 and 1.130

version 1.129, 2019/07/12 04:08:39 version 1.130, 2019/09/06 05:23:55
Line 13 
Line 13 
 #include <sys/time.h>  #include <sys/time.h>
 #include <sys/resource.h>  #include <sys/resource.h>
   
   #ifdef WITH_OPENSSL
 #include <openssl/bn.h>  #include <openssl/bn.h>
   #endif
   
 #include <errno.h>  #include <errno.h>
 #include <netdb.h>  #include <netdb.h>

Legend:
Removed from v.1.129  
changed lines
  Added in v.1.130