summaryrefslogtreecommitdiff
path: root/hashfwd.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-12-26 10:53:11 -0500
committerJeffrey Walton <noloader@gmail.com>2017-12-26 10:53:11 -0500
commitbee2598ecd45fa14effe1821106081dadc27a8fc (patch)
tree8e93e661034bfcb2a81628f355b48a0ca8d41c99 /hashfwd.h
parentb7133e7b3b25ad15810ec90911b0bd01a2ff5ad6 (diff)
downloadcryptopp-git-bee2598ecd45fa14effe1821106081dadc27a8fc.tar.gz
Add <emsa2.h> to dll.cpp
Diffstat (limited to 'hashfwd.h')
-rw-r--r--hashfwd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hashfwd.h b/hashfwd.h
index 00fc86b4..8e11013a 100644
--- a/hashfwd.h
+++ b/hashfwd.h
@@ -16,7 +16,6 @@ class SHA256;
class SHA384;
class SHA512;
-// http://github.com/weidai11/cryptopp/issues/517
class SHA3_256;
class SHA3_384;
class SHA3_512;
@@ -24,6 +23,7 @@ class SHA3_512;
class Tiger;
class RIPEMD128;
class RIPEMD160;
+class Whirlpool;
namespace Weak1 {
class MD2;