Skip to content

Commit 8b97425

Browse files
nhatnghihojustsmth
authored andcommitted
Change sigopt argument type to allow duplicate arguments
1 parent 7ae006d commit 8b97425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool-openssl/dgst.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ static const argument_t kArguments[] = {
2626
{"-sha512", kExclusiveBooleanArgument, "Supported digest function"},
2727
{"-hmac", kOptionalArgument,
2828
"Create a hashed MAC with the corresponding key"},
29-
{"-sigopt", kOptionalArgument, "Signature parameter in n:v form"},
29+
{"-sigopt", kDuplicateArgument, "Signature parameter in n:v form"},
3030
// TODO: Implement -passin
3131
// {"-passin", kOptionalArgument, "Input file pass phrase source"},
3232
{"-sign", kOptionalArgument, "Sign digest using private key"},

0 commit comments

Comments
 (0)