[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.34 and 1.35

version 1.34, 2023/12/08 09:18:39 version 1.35, 2024/03/08 22:16:32
Line 744 
Line 744 
                 *keyp = NULL;                  *keyp = NULL;
   
         cp = line;          cp = line;
         cp = cp + strspn(cp, " \t"); /* skip leading whitespace */          cp = cp + strspn(cp, " \t\n\r"); /* skip leading whitespace */
         if (*cp == '#' || *cp == '\0')          if (*cp == '#' || *cp == '\0')
                 return SSH_ERR_KEY_NOT_FOUND; /* blank or all-comment line */                  return SSH_ERR_KEY_NOT_FOUND; /* blank or all-comment line */
   

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35