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

Diff for /src/usr.bin/openssl/ciphers.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 29 
Line 29 
         int verbose;          int verbose;
 } ciphers_config;  } ciphers_config;
   
 struct option ciphers_options[] = {  static const struct option ciphers_options[] = {
         {          {
                 .name = "h",                  .name = "h",
                 .type = OPTION_FLAG,                  .type = OPTION_FLAG,

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