aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/checksum/crc24/crc24.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/checksum/crc24/crc24.cpp')
-rw-r--r--src/lib/checksum/crc24/crc24.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/checksum/crc24/crc24.cpp b/src/lib/checksum/crc24/crc24.cpp
index 4ca942aaa..4f747c232 100644
--- a/src/lib/checksum/crc24/crc24.cpp
+++ b/src/lib/checksum/crc24/crc24.cpp
@@ -5,11 +5,14 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
+#include <botan/internal/hash_utils.h>
#include <botan/crc24.h>
#include <botan/get_byte.h>
namespace Botan {
+BOTAN_REGISTER_HASH_NOARGS(CRC24);
+
/*
* Update a CRC24 Checksum
*/