[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.12 and 1.13

version 1.12, 2022/07/14 08:35:15 version 1.13, 2022/07/14 08:37:17
Line 49 
Line 49 
         },          },
         {          {
                 .name = "tls1",                  .name = "tls1",
                 .desc = "This option is deprecated since it is the default",  
                 .type = OPTION_DISCARD,                  .type = OPTION_DISCARD,
         },          },
         {          {
Line 72 
Line 71 
 static void  static void
 ciphers_usage(void)  ciphers_usage(void)
 {  {
         fprintf(stderr, "usage: ciphers [-hsVv] [-tls1] [cipherlist]\n");          fprintf(stderr, "usage: ciphers [-hsVv] [cipherlist]\n");
         options_usage(ciphers_options);          options_usage(ciphers_options);
 }  }
   

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