[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.82 and 1.83

version 1.82, 2001/08/31 11:46:39 version 1.83, 2001/10/06 11:18: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.82  
changed lines
  Added in v.1.83