summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2008-05-19 07:43:41 +0000
committerLutz Jänicke <jaenicke@openssl.org>2008-05-19 07:43:41 +0000
commitd13ea8e1844ee9e25b9a3c02831c8d749cb0abf0 (patch)
tree6b365e10483bfe9363c3309cd2a21392ef8adcc5 /apps
parent1820b04bb28a904f2715898eb0efc4404b0f9b53 (diff)
Provide information about "openssl dgst" -hmac option.
Diffstat (limited to 'apps')
-rw-r--r--apps/dgst.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dgst.c b/apps/dgst.c
index f4105c1f1f..c5ecf93d1b 100644
--- a/apps/dgst.c
+++ b/apps/dgst.c
@@ -229,6 +229,7 @@ int MAIN(int argc, char **argv)
BIO_printf(bio_err,"-keyform arg key file format (PEM or ENGINE)\n");
BIO_printf(bio_err,"-signature file signature to verify\n");
BIO_printf(bio_err,"-binary output in binary form\n");
+ BIO_printf(bio_err,"-hmac key create hashed MAC with key\n");
#ifndef OPENSSL_NO_ENGINE
BIO_printf(bio_err,"-engine e use engine e, possibly a hardware device.\n");
#endif