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

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

version 1.11, 2019/06/07 02:32:22 version 1.12, 2019/07/14 03:30:46
Line 83 
Line 83 
         char *passargout;          char *passargout;
 } gendsa_config;  } gendsa_config;
   
 static struct option gendsa_options[] = {  static const struct option gendsa_options[] = {
 #ifndef OPENSSL_NO_AES  #ifndef OPENSSL_NO_AES
         {          {
                 .name = "aes128",                  .name = "aes128",

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