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

Diff for /src/usr.bin/openssl/dsa.c between version 1.14 and 1.15

version 1.14, 2019/07/10 10:28:28 version 1.15, 2019/07/14 03:30:45
Line 105 
Line 105 
         return (1);          return (1);
 }  }
   
 static struct option dsa_options[] = {  static const struct option dsa_options[] = {
         {          {
                 .name = "in",                  .name = "in",
                 .argname = "file",                  .argname = "file",

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15