aboutsummaryrefslogtreecommitdiffstats
path: root/src/constructs/fpe
diff options
context:
space:
mode:
Diffstat (limited to 'src/constructs/fpe')
-rw-r--r--src/constructs/fpe/fpe.cpp2
-rw-r--r--src/constructs/fpe/info.txt10
2 files changed, 3 insertions, 9 deletions
diff --git a/src/constructs/fpe/fpe.cpp b/src/constructs/fpe/fpe.cpp
index 86e56625d..17f9a1406 100644
--- a/src/constructs/fpe/fpe.cpp
+++ b/src/constructs/fpe/fpe.cpp
@@ -12,7 +12,7 @@
#include <botan/numthry.h>
#include <botan/hmac.h>
#include <botan/sha2_32.h>
-#include <botan/loadstor.h>
+#include <botan/internal/loadstor.h>
#include <stdexcept>
namespace Botan {
diff --git a/src/constructs/fpe/info.txt b/src/constructs/fpe/info.txt
index f7a8c4ae4..15965cff5 100644
--- a/src/constructs/fpe/info.txt
+++ b/src/constructs/fpe/info.txt
@@ -1,13 +1,7 @@
define FORMAT_PRESERVING_ENCRYPTION
-load_on auto
-
-<add>
-fpe.cpp
-fpe.h
-</add>
-
<requires>
-cbc_mac
+hmac
+sha2
bigint
</requires>