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

Diff for /src/usr.bin/ssh/sshconnect.c between version 1.168 and 1.169

version 1.168, 2005/07/17 07:17:55 version 1.169, 2005/10/15 15:28:12
Line 31 
Line 31 
 #include "readconf.h"  #include "readconf.h"
 #include "atomicio.h"  #include "atomicio.h"
 #include "misc.h"  #include "misc.h"
   
 #include "dns.h"  #include "dns.h"
   
 char *client_version_string = NULL;  char *client_version_string = NULL;
 char *server_version_string = NULL;  char *server_version_string = NULL;
   
 int matching_host_key_dns = 0;  static int matching_host_key_dns = 0;
   
 /* import */  /* import */
 extern Options options;  extern Options options;

Legend:
Removed from v.1.168  
changed lines
  Added in v.1.169