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

Diff for /src/usr.bin/ssh/sshconnect2.c between version 1.72.2.1 and 1.72.2.2

version 1.72.2.1, 2001/09/27 19:03:55 version 1.72.2.2, 2001/11/15 00:15:19
Line 75 
Line 75 
 verify_host_key_callback(Key *hostkey)  verify_host_key_callback(Key *hostkey)
 {  {
         if (verify_host_key(xxx_host, xxx_hostaddr, hostkey) == -1)          if (verify_host_key(xxx_host, xxx_hostaddr, hostkey) == -1)
                 fatal("verify_host_key failed");                  fatal("Host key verification failed.");
         return 0;          return 0;
 }  }
   

Legend:
Removed from v.1.72.2.1  
changed lines
  Added in v.1.72.2.2