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

Diff for /src/usr.bin/ssh/readconf.c between version 1.225 and 1.226

version 1.225, 2015/01/08 13:44:36 version 1.226, 2015/01/13 07:39:19
Line 1104 
Line 1104 
                 arg = strdelim(&s);                  arg = strdelim(&s);
                 if (!arg || *arg == '\0')                  if (!arg || *arg == '\0')
                         fatal("%.200s line %d: Missing argument.", filename, linenum);                          fatal("%.200s line %d: Missing argument.", filename, linenum);
                 if (!key_names_valid2(arg))                  if (!sshkey_names_valid2(arg, 1))
                         fatal("%.200s line %d: Bad protocol 2 host key algorithms '%s'.",                          fatal("%.200s line %d: Bad protocol 2 host key algorithms '%s'.",
                             filename, linenum, arg ? arg : "<NONE>");                              filename, linenum, arg ? arg : "<NONE>");
                 if (*activep && options->hostkeyalgorithms == NULL)                  if (*activep && options->hostkeyalgorithms == NULL)

Legend:
Removed from v.1.225  
changed lines
  Added in v.1.226