[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.132 and 1.133

version 1.132, 2002/07/24 16:11:18 version 1.133, 2002/07/29 18:57:30
Line 874 
Line 874 
             keytype, found, &line))) {              keytype, found, &line))) {
                 fp = key_fingerprint(found, SSH_FP_MD5, SSH_FP_HEX);                  fp = key_fingerprint(found, SSH_FP_MD5, SSH_FP_HEX);
                 log("WARNING: %s key found for host %s\n"                  log("WARNING: %s key found for host %s\n"
                     "in file %s line %d with\n"                      "in %s:%d\n"
                     "%s key fingerprint %s.",                      "%s key fingerprint %s.",
                     key_type(found), host, file, line,                      key_type(found), host, file, line,
                     key_type(found), fp);                      key_type(found), fp);

Legend:
Removed from v.1.132  
changed lines
  Added in v.1.133