[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.13 and 1.14

version 1.13, 2020/03/06 18:27:15 version 1.14, 2020/03/06 18:27:50
Line 979 
Line 979 
         char *line = NULL;          char *line = NULL;
         size_t linesize = 0;          size_t linesize = 0;
         u_long linenum = 0;          u_long linenum = 0;
         int r, oerrno;          int r = SSH_ERR_INTERNAL_ERROR, oerrno;
   
         if ((f = fopen(path, "r")) == NULL) {          if ((f = fopen(path, "r")) == NULL) {
                 oerrno = errno;                  oerrno = errno;

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14