Fix option name discrepancy
There used to be options -macopt and -sigopt in <=1.0.2 for the dgst command line app. These were incorrectly spelled as -macop and -sigop in master. RT#4072 Reviewed-by: Andy Polyakov <appro@openssl.org>
This commit is contained in:
parent
dc8980957b
commit
d175e8a6c2
@ -109,8 +109,8 @@ OPTIONS dgst_options[] = {
|
|||||||
{"non-fips-allow", OPT_NON_FIPS_ALLOW, '-'},
|
{"non-fips-allow", OPT_NON_FIPS_ALLOW, '-'},
|
||||||
{"hmac", OPT_HMAC, 's', "Create hashed MAC with key"},
|
{"hmac", OPT_HMAC, 's', "Create hashed MAC with key"},
|
||||||
{"mac", OPT_MAC, 's', "Create MAC (not neccessarily HMAC)"},
|
{"mac", OPT_MAC, 's', "Create MAC (not neccessarily HMAC)"},
|
||||||
{"sigop", OPT_SIGOPT, 's', "Signature parameter in n:v form"},
|
{"sigopt", OPT_SIGOPT, 's', "Signature parameter in n:v form"},
|
||||||
{"macop", OPT_MACOPT, 's', "MAC algorithm parameters in n:v form or key"},
|
{"macopt", OPT_MACOPT, 's', "MAC algorithm parameters in n:v form or key"},
|
||||||
{"", OPT_DIGEST, '-', "Any supported digest"},
|
{"", OPT_DIGEST, '-', "Any supported digest"},
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
{"engine", OPT_ENGINE, 's', "Use engine e, possibly a hardware device"},
|
{"engine", OPT_ENGINE, 's', "Use engine e, possibly a hardware device"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user