We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6715dad commit 1edb9a6Copy full SHA for 1edb9a6
src/usr.bin/openssl/cms.c
@@ -1,4 +1,4 @@
1
-/* $OpenBSD: cms.c,v 1.29 2022/01/16 07:11:49 inoguchi Exp $ */
+/* $OpenBSD: cms.c,v 1.30 2022/03/23 15:16:59 tb Exp $ */
2
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3
* project.
4
*/
@@ -769,12 +769,14 @@ static const struct option cms_options[] = {
769
.name = "nodetach",
770
.desc = "Use opaque signing",
771
.type = OPTION_VALUE_AND,
772
+ .opt.value = &cms_config.flags,
773
.value = ~CMS_DETACHED,
774
},
775
{
776
.name = "noindef",
777
.desc = "Disable CMS streaming",
778
779
780
.value = ~CMS_STREAM,
781
782
0 commit comments