diff options
author | lloyd <[email protected]> | 2008-10-08 22:13:40 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-08 22:13:40 +0000 |
commit | 28679b8b8efd4b09c272ec582982f2d8ca2ee722 (patch) | |
tree | 88d01d3f6a708d8240ec8dc2a186fcfbe34999c9 /src/core | |
parent | 611172dec170835a2ce8b9379dd9b2b9d3e0681b (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.cpp | 1 |
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) |