aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/des/desx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/block/des/desx.cpp')
-rw-r--r--src/lib/block/des/desx.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/block/des/desx.cpp b/src/lib/block/des/desx.cpp
index 0e19460fc..4ab568638 100644
--- a/src/lib/block/des/desx.cpp
+++ b/src/lib/block/des/desx.cpp
@@ -5,13 +5,11 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#include <botan/internal/block_utils.h>
#include <botan/desx.h>
+#include <botan/internal/xor_buf.h>
namespace Botan {
-BOTAN_REGISTER_BLOCK_CIPHER_NOARGS(DESX);
-
/*
* DESX Encryption
*/