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

Diff for /src/usr.bin/openssl/cms.c between version 1.27 and 1.28

version 1.27, 2022/01/06 12:54:51 version 1.28, 2022/01/08 06:05:39
Line 509 
Line 509 
         },          },
         {          {
                 .name = "des3",                  .name = "des3",
                 .desc = "Encrypt with triple DES",                  .desc = "Encrypt with triple DES (default)",
                 .type = OPTION_ARGV_FUNC,                  .type = OPTION_ARGV_FUNC,
                 .opt.argvfunc = cms_opt_cipher,                  .opt.argvfunc = cms_opt_cipher,
         },          },
Line 517 
Line 517 
 #ifndef OPENSSL_NO_RC2  #ifndef OPENSSL_NO_RC2
         {          {
                 .name = "rc2-40",                  .name = "rc2-40",
                 .desc = "Encrypt with RC2-40 (default)",                  .desc = "Encrypt with RC2-40",
                 .type = OPTION_ARGV_FUNC,                  .type = OPTION_ARGV_FUNC,
                 .opt.argvfunc = cms_opt_cipher,                  .opt.argvfunc = cms_opt_cipher,
         },          },

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28