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 7ae006d commit 8b97425Copy full SHA for 8b97425
tool-openssl/dgst.cc
@@ -26,7 +26,7 @@ static const argument_t kArguments[] = {
26
{"-sha512", kExclusiveBooleanArgument, "Supported digest function"},
27
{"-hmac", kOptionalArgument,
28
"Create a hashed MAC with the corresponding key"},
29
- {"-sigopt", kOptionalArgument, "Signature parameter in n:v form"},
+ {"-sigopt", kDuplicateArgument, "Signature parameter in n:v form"},
30
// TODO: Implement -passin
31
// {"-passin", kOptionalArgument, "Input file pass phrase source"},
32
{"-sign", kOptionalArgument, "Sign digest using private key"},
0 commit comments