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

Diff for /src/usr.bin/openssl/sess_id.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:46
Line 80 
Line 80 
         int text;          int text;
 } sess_id_config;  } sess_id_config;
   
 static struct option sess_id_options[] = {  static const struct option sess_id_options[] = {
         {          {
                 .name = "cert",                  .name = "cert",
                 .desc = "Output certificate if present in session",                  .desc = "Output certificate if present in session",

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