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

Diff for /src/usr.bin/ssh/clientloop.c between version 1.363 and 1.364

version 1.363, 2021/05/19 01:24:05 version 1.364, 2021/05/26 01:47:24
Line 1938 
Line 1938 
                 if (!sshkey_equal(l->key, ctx->old_keys[i]))                  if (!sshkey_equal(l->key, ctx->old_keys[i]))
                         continue;                          continue;
                 debug3_f("found deprecated %s key at %s:%ld as %s",                  debug3_f("found deprecated %s key at %s:%ld as %s",
                     sshkey_ssh_name(ctx->keys[i]), l->path, l->linenum,                      sshkey_ssh_name(ctx->old_keys[i]), l->path, l->linenum,
                     hashed ? "[HASHED]" : l->hosts);                      hashed ? "[HASHED]" : l->hosts);
                 ctx->old_key_seen = 1;                  ctx->old_key_seen = 1;
                 break;                  break;

Legend:
Removed from v.1.363  
changed lines
  Added in v.1.364