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

Diff for /src/usr.bin/ssh/hostfile.c between version 1.78 and 1.79

version 1.78, 2020/02/26 13:40:09 version 1.79, 2020/03/06 18:25:12
Line 310 
Line 310 
                         continue;                          continue;
                 if (sshkey_equal_public(k, hostkeys->entries[i].key))                  if (sshkey_equal_public(k, hostkeys->entries[i].key))
                         return -1;                          return -1;
                 if (is_cert &&                  if (is_cert && k != NULL &&
                     sshkey_equal_public(k->cert->signature_key,                      sshkey_equal_public(k->cert->signature_key,
                     hostkeys->entries[i].key))                      hostkeys->entries[i].key))
                         return -1;                          return -1;

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79