[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.22.4.1 and 1.22.4.2

version 1.22.4.1, 2001/09/27 19:03:55 version 1.22.4.2, 2001/11/15 00:15:19
Line 32 
Line 32 
   
 /* Flag indicating whether IPv4 or IPv6.  This can be set on the command line.  /* Flag indicating whether IPv4 or IPv6.  This can be set on the command line.
    Default value is AF_UNSPEC means both IPv4 and IPv6. */     Default value is AF_UNSPEC means both IPv4 and IPv6. */
 #ifdef IPV4_DEFAULT  
 int IPv4or6 = AF_INET;  
 #else  
 int IPv4or6 = AF_UNSPEC;  int IPv4or6 = AF_UNSPEC;
 #endif  
   
 int ssh_port = SSH_DEFAULT_PORT;  int ssh_port = SSH_DEFAULT_PORT;
   

Legend:
Removed from v.1.22.4.1  
changed lines
  Added in v.1.22.4.2