[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.356 and 1.357

version 1.356, 2021/12/19 22:10:24 version 1.357, 2022/06/03 03:21:09
Line 778 
Line 778 
             system_hostfiles, num_system_hostfiles,              system_hostfiles, num_system_hostfiles,
             &othernames, &num_othernames);              &othernames, &num_othernames);
         if (num_othernames == 0)          if (num_othernames == 0)
                 return xstrdup("This key is not known by any other names");                  return xstrdup("This key is not known by any other names.");
   
         xasprintf(&ret, "This host key is known by the following other "          xasprintf(&ret, "This host key is known by the following other "
             "names/addresses:");              "names/addresses:");

Legend:
Removed from v.1.356  
changed lines
  Added in v.1.357