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

Diff for /src/usr.bin/ssh/sshsig.c between version 1.25 and 1.26

version 1.25, 2021/11/28 07:10:18 version 1.26, 2021/11/28 07:21:26
Line 1018 
Line 1018 
                 return SSH_ERR_SYSTEM_ERROR;                  return SSH_ERR_SYSTEM_ERROR;
         }          }
   
           r = SSH_ERR_KEY_NOT_FOUND;
         while (getline(&line, &linesize, f) != -1) {          while (getline(&line, &linesize, f) != -1) {
                 linenum++;                  linenum++;
                 r = check_allowed_keys_line(path, linenum, line,                  r = check_allowed_keys_line(path, linenum, line,

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26