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

Diff for /src/usr.bin/openssl/dhparam.c between version 1.11 and 1.12

version 1.11, 2018/02/07 05:47:55 version 1.12, 2019/07/14 03:30:45
Line 144 
Line 144 
         int text;          int text;
 } dhparam_config;  } dhparam_config;
   
 struct option dhparam_options[] = {  static const struct option dhparam_options[] = {
         {          {
                 .name = "2",                  .name = "2",
                 .desc = "Generate DH parameters with a generator value of 2 "                  .desc = "Generate DH parameters with a generator value of 2 "

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