[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Tue Aug 25 16:16:03 UTC 2015


The branch master has been updated
       via  fe50cd7ad4051086d98e792c35810074f449182e (commit)
      from  32c5e0ba0f9097e9c788ed8402fcbf6646cd2c2d (commit)


- Log -----------------------------------------------------------------
commit fe50cd7ad4051086d98e792c35810074f449182e
Author: Markus Rinne <markus.ka.rinne at gmail.com>
Date:   Mon Aug 24 16:20:13 2015 -0400

    RT4019: Duplicate -hmac flag in dgst.pod
    
    Signed-off-by: Rich Salz <rsalz at openssl.org>
    Reviewed-by: Emilia Käsper <emilia at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 doc/apps/dgst.pod | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/doc/apps/dgst.pod b/doc/apps/dgst.pod
index 8c416f2..96d3cc0 100644
--- a/doc/apps/dgst.pod
+++ b/doc/apps/dgst.pod
@@ -13,7 +13,6 @@ B<openssl> B<dgst>
 [B<-hex>]
 [B<-binary>]
 [B<-r>]
-[B<-hmac arg>]
 [B<-non-fips-allow>]
 [B<-out filename>]
 [B<-sign filename>]
@@ -64,10 +63,6 @@ output the digest or signature in binary form.
 
 output the digest in the "coreutils" format used by programs like B<sha1sum>.
 
-=item B<-hmac arg>
-
-set the HMAC key to "arg".
-
 =item B<-non-fips-allow>
 
 Allow use of non FIPS digest when in FIPS mode.  This has no effect when not in


More information about the openssl-commits mailing list