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

Diff for /src/usr.bin/openssl/verify.c between version 1.6 and 1.7

version 1.6, 2015/10/17 15:00:11 version 1.7, 2018/02/07 05:47:55
Line 201 
Line 201 
                                 ret = -1;                                  ret = -1;
         }          }
   
 end:   end:
         if (ret == 1) {          if (ret == 1) {
                 BIO_printf(bio_err, "usage: verify [-verbose] [-CApath path] [-CAfile file] [-purpose purpose] [-crl_check]");                  BIO_printf(bio_err, "usage: verify [-verbose] [-CApath path] [-CAfile file] [-purpose purpose] [-crl_check]");
                 BIO_printf(bio_err, " [-attime timestamp]");                  BIO_printf(bio_err, " [-attime timestamp]");
Line 259 
Line 259 
   
         ret = 0;          ret = 0;
   
 end:   end:
         if (i > 0) {          if (i > 0) {
                 fprintf(stdout, "OK\n");                  fprintf(stdout, "OK\n");
                 ret = 1;                  ret = 1;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7