aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/rc5/rc5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/block/rc5/rc5.cpp')
-rw-r--r--src/lib/block/rc5/rc5.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/block/rc5/rc5.cpp b/src/lib/block/rc5/rc5.cpp
index 45067678f..27fa0e14d 100644
--- a/src/lib/block/rc5/rc5.cpp
+++ b/src/lib/block/rc5/rc5.cpp
@@ -5,14 +5,14 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
+#include <botan/internal/block_utils.h>
#include <botan/rc5.h>
-#include <botan/loadstor.h>
-#include <botan/rotate.h>
#include <botan/parsing.h>
-#include <algorithm>
namespace Botan {
+BOTAN_REGISTER_BLOCK_CIPHER_1LEN(RC5, 12);
+
/*
* RC5 Encryption
*/