[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.390 and 1.391

version 1.390, 2023/03/08 04:43:12 version 1.391, 2023/03/31 04:04:15
Line 2255 
Line 2255 
         const char *ktype = sshkey_ssh_name(key);          const char *ktype = sshkey_ssh_name(key);
         const char *hostkeyalgs = options.hostkeyalgorithms;          const char *hostkeyalgs = options.hostkeyalgorithms;
   
         if (key == NULL || key->type == KEY_UNSPEC)          if (key->type == KEY_UNSPEC)
                 return 0;                  return 0;
         if (key->type == KEY_RSA &&          if (key->type == KEY_RSA &&
             (match_pattern_list("rsa-sha2-256", hostkeyalgs, 0) == 1 ||              (match_pattern_list("rsa-sha2-256", hostkeyalgs, 0) == 1 ||

Legend:
Removed from v.1.390  
changed lines
  Added in v.1.391