-/* $OpenBSD: cms.c,v 1.27 2022/01/06 12:54:51 inoguchi Exp $ */
+/* $OpenBSD: cms.c,v 1.28 2022/01/08 06:05:39 inoguchi Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project.
*/
},
{
.name = "des3",
- .desc = "Encrypt with triple DES",
+ .desc = "Encrypt with triple DES (default)",
.type = OPTION_ARGV_FUNC,
.opt.argvfunc = cms_opt_cipher,
},
#ifndef OPENSSL_NO_RC2
{
.name = "rc2-40",
- .desc = "Encrypt with RC2-40 (default)",
+ .desc = "Encrypt with RC2-40",
.type = OPTION_ARGV_FUNC,
.opt.argvfunc = cms_opt_cipher,
},