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

Diff for /src/usr.bin/openssl/s_time.c between version 1.33 and 1.34

version 1.33, 2019/07/03 03:24:02 version 1.34, 2019/07/14 03:30:46
Line 115 
Line 115 
         char *www_path;          char *www_path;
 } s_time_config;  } s_time_config;
   
 struct option s_time_options[] = {  static const struct option s_time_options[] = {
         {          {
                 .name = "bugs",                  .name = "bugs",
                 .desc = "Enable workarounds for known SSL/TLS bugs",                  .desc = "Enable workarounds for known SSL/TLS bugs",

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34