[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.24 and 1.25

version 1.24, 2021/11/27 07:14:46 version 1.25, 2021/11/28 07:10:18
Line 1056 
Line 1056 
         char *found, *line = NULL, **principals = NULL, **tmp;          char *found, *line = NULL, **principals = NULL, **tmp;
         size_t i, nprincipals = 0, linesize = 0;          size_t i, nprincipals = 0, linesize = 0;
         u_long linenum = 0;          u_long linenum = 0;
         int oerrno, r, ret = 0;          int oerrno = 0, r, ret = 0;
   
         if (principalsp != NULL)          if (principalsp != NULL)
                 *principalsp = NULL;                  *principalsp = NULL;

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