aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/seed/seed.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/block/seed/seed.cpp')
-rw-r--r--src/lib/block/seed/seed.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/block/seed/seed.cpp b/src/lib/block/seed/seed.cpp
index 833f9943f..316ef1e04 100644
--- a/src/lib/block/seed/seed.cpp
+++ b/src/lib/block/seed/seed.cpp
@@ -5,11 +5,13 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
+#include <botan/internal/block_utils.h>
#include <botan/seed.h>
-#include <botan/loadstor.h>
namespace Botan {
+BOTAN_REGISTER_BLOCK_CIPHER_NOARGS(SEED);
+
/*
* SEED G Function
*/