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

Diff for /src/usr.bin/openssl/asn1pars.c between version 1.9 and 1.10

version 1.9, 2018/02/07 05:47:55 version 1.10, 2019/07/14 03:30:45
Line 126 
Line 126 
         return (0);          return (0);
 }  }
   
 static struct option asn1pars_options[] = {  static const struct option asn1pars_options[] = {
         {          {
                 .name = "dump",                  .name = "dump",
                 .desc = "Dump unknown data in hex form",                  .desc = "Dump unknown data in hex form",

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