Fix option name discrepancy
authorMatt Caswell <matt@openssl.org>
Mon, 12 Oct 2015 08:44:15 +0000 (09:44 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 12 Oct 2015 11:45:40 +0000 (12:45 +0100)
commitd175e8a6c23ca212bf57ff78fdbca6942f3e0ef7
tree70ad8eea45b8ff168712afee70f715b95256b401
parentdc8980957ba12f49f7656429eda3a7b62c4cbb4c
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>
apps/dgst.c