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

Diff for /src/usr.bin/openssl/pkcs7.c between version 1.10 and 1.11

version 1.10, 2018/02/07 05:47:55 version 1.11, 2019/07/14 03:30:46
Line 81 
Line 81 
         int text;          int text;
 } pkcs7_config;  } pkcs7_config;
   
 static struct option pkcs7_options[] = {  static const struct option pkcs7_options[] = {
         {          {
                 .name = "in",                  .name = "in",
                 .argname = "file",                  .argname = "file",

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