aboutsummaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-08 22:13:40 +0000
committerlloyd <[email protected]>2008-10-08 22:13:40 +0000
commit28679b8b8efd4b09c272ec582982f2d8ca2ee722 (patch)
tree88d01d3f6a708d8240ec8dc2a186fcfbe34999c9 /src/core
parent611172dec170835a2ce8b9379dd9b2b9d3e0681b (diff)
Move DESX into desx.h and desx.cpp
Clean up DES implementation internals.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/libstate/def_alg.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/libstate/def_alg.cpp b/src/core/libstate/def_alg.cpp
index b7c812a59..6f89fa121 100644
--- a/src/core/libstate/def_alg.cpp
+++ b/src/core/libstate/def_alg.cpp
@@ -24,6 +24,7 @@
#if defined(BOTAN_HAS_DES)
#include <botan/des.h>
+ #include <botan/desx.h>
#endif
#if defined(BOTAN_HAS_GOST)