aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/rc2
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/block/rc2')
-rw-r--r--src/lib/block/rc2/rc2.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/block/rc2/rc2.cpp b/src/lib/block/rc2/rc2.cpp
index 329b174e9..54f85ce00 100644
--- a/src/lib/block/rc2/rc2.cpp
+++ b/src/lib/block/rc2/rc2.cpp
@@ -5,12 +5,13 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
+#include <botan/internal/block_utils.h>
#include <botan/rc2.h>
-#include <botan/loadstor.h>
-#include <botan/rotate.h>
namespace Botan {
+BOTAN_REGISTER_BLOCK_CIPHER_NOARGS(RC2);
+
/*
* RC2 Encryption
*/