[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.334 and 1.335

version 1.334, 2020/10/03 09:22:26 version 1.335, 2020/10/04 09:45:01
Line 1298 
Line 1298 
         for (i = 0; type[i] != -1; i++) {          for (i = 0; type[i] != -1; i++) {
                 if (type[i] == key->type)                  if (type[i] == key->type)
                         continue;                          continue;
                 if (!lookup_key_in_hostkeys_by_type(hostkeys, type[i], &found))                  if (!lookup_key_in_hostkeys_by_type(hostkeys, type[i],
                       -1, &found))
                         continue;                          continue;
                 fp = sshkey_fingerprint(found->key,                  fp = sshkey_fingerprint(found->key,
                     options.fingerprint_hash, SSH_FP_DEFAULT);                      options.fingerprint_hash, SSH_FP_DEFAULT);

Legend:
Removed from v.1.334  
changed lines
  Added in v.1.335