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

Diff for /src/usr.bin/signify/zsig.c between version 1.9 and 1.10

version 1.9, 2016/09/03 20:52:53 version 1.10, 2016/09/04 17:00:22
Line 204 
Line 204 
   
         bufend = readgz_header(&h, fdin);          bufend = readgz_header(&h, fdin);
         if (!(h.flg & FCOMMENT_FLAG))          if (!(h.flg & FCOMMENT_FLAG))
                 errx(1, "%s is an unsigned archive", sigfile);                  errx(1, "unsigned gzip archive");
         fake[8] = h.xflg;          fake[8] = h.xflg;
   
         p = verifyzdata(h.comment, h.endcomment-h.comment, sigfile,          p = verifyzdata(h.comment, h.endcomment-h.comment, sigfile,

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10