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

Diff for /src/usr.bin/openssl/s_server.c between version 1.43 and 1.44

version 1.43, 2020/07/27 13:46:48 version 1.44, 2020/10/02 15:43:48
Line 473 
Line 473 
   
 static const struct option s_server_options[] = {  static const struct option s_server_options[] = {
         {          {
                   .name = "4",
                   .type = OPTION_DISCARD,
           },
           {
                   .name = "6",
                   .type = OPTION_DISCARD,
           },
           {
                 .name = "accept",                  .name = "accept",
                 .argname = "port",                  .argname = "port",
                 .desc = "Port to accept on (default is 4433)",                  .desc = "Port to accept on (default is 4433)",

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44