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

Diff for /src/usr.bin/signify/signify.c between version 1.85 and 1.86

version 1.85, 2014/05/16 16:18:33 version 1.86, 2014/05/16 17:42:24
Line 759 
Line 759 
   
 #ifndef VERIFYONLY  #ifndef VERIFYONLY
         if (verb == CHECK) {          if (verb == CHECK) {
                 if (!pubkeyfile || !sigfile)                  if (!sigfile)
                         usage("must specify pubkey and sigfile");                          usage("must specify sigfile");
                 check(pubkeyfile, sigfile, quiet, argc, argv);                  check(pubkeyfile, sigfile, quiet, argc, argv);
                 return 0;                  return 0;
         }          }

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86