From 710229be83cdbc061949c61942896b5af9e134d8 Mon Sep 17 00:00:00 2001 From: lloyd Date: Wed, 28 Jan 2015 06:20:39 +0000 Subject: Use Algo_Registry also for hashes. --- src/lib/hash/whirlpool/whirlpool.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/hash/whirlpool/whirlpool.cpp') diff --git a/src/lib/hash/whirlpool/whirlpool.cpp b/src/lib/hash/whirlpool/whirlpool.cpp index cd4715e57..25b958e6d 100644 --- a/src/lib/hash/whirlpool/whirlpool.cpp +++ b/src/lib/hash/whirlpool/whirlpool.cpp @@ -5,11 +5,13 @@ * Botan is released under the Simplified BSD License (see license.txt) */ +#include #include -#include namespace Botan { +BOTAN_REGISTER_HASH_NOARGS(Whirlpool); + /* * Whirlpool Compression Function */ -- cgit v1.2.3