Add two trivial fixes from old commits
authorRich Salz <rsalz@openssl.org>
Wed, 5 Jul 2017 21:12:35 +0000 (17:12 -0400)
committerRich Salz <rsalz@openssl.org>
Wed, 5 Jul 2017 23:20:33 +0000 (19:20 -0400)
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3865)

crypto/objects/obj_dat.pl
doc/man1/dgst.pod

index 3e201c306345db2c2d75d9a37e47a1acffe11691..947cceed1db641e85d2966a1a2b1658e7059a2a9 100644 (file)
@@ -6,6 +6,7 @@
 # in the file LICENSE in the source distribution or at
 # https://www.openssl.org/source/license.html
 
+use integer;
 use strict;
 use warnings;
 
index a11f1906bf19373819a0d166af31b2c650910678..677f2b21ef0e7ae245f9438c3f27398ec254103b 100644 (file)
@@ -21,6 +21,7 @@ B<openssl> B<dgst>
 [B<-verify filename>]
 [B<-prverify filename>]
 [B<-signature filename>]
+[B<-hmac key>]
 [B<-fips-fingerprint>]
 [B<-engine id>]
 [B<-engine_impl>]
@@ -115,6 +116,10 @@ Verify the signature using the private key in "filename".
 
 The actual signature to verify.
 
+=item B<-hmac key>
+
+Create a hashed MAC using "key".
+
 =item B<-mac alg>
 
 Create MAC (keyed Message Authentication Code). The most popular MAC