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

Diff for /src/usr.bin/openssl/crl.c between version 1.12 and 1.13

version 1.12, 2019/01/19 21:17:05 version 1.13, 2019/07/14 03:30:45
Line 88 
Line 88 
         int verify;          int verify;
 } crl_config;  } crl_config;
   
 static struct option crl_options[] = {  static const struct option crl_options[] = {
         {          {
                 .name = "CAfile",                  .name = "CAfile",
                 .argname = "file",                  .argname = "file",

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