aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/gfpmath
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/gfpmath')
-rw-r--r--src/math/gfpmath/gfp_element.cpp5
-rw-r--r--src/math/gfpmath/info.txt19
2 files changed, 12 insertions, 12 deletions
diff --git a/src/math/gfpmath/gfp_element.cpp b/src/math/gfpmath/gfp_element.cpp
index 4b95e68ff..ebba236d5 100644
--- a/src/math/gfpmath/gfp_element.cpp
+++ b/src/math/gfpmath/gfp_element.cpp
@@ -9,9 +9,8 @@
#include <botan/gfp_element.h>
#include <botan/numthry.h>
#include <botan/def_powm.h>
-#include <botan/mp_types.h>
-#include <botan/mp_asm.h>
-#include <botan/mp_asmi.h>
+#include <botan/internal/mp_asm.h>
+#include <botan/internal/mp_asmi.h>
#include <ostream>
#include <assert.h>
diff --git a/src/math/gfpmath/info.txt b/src/math/gfpmath/info.txt
index abbdb0a47..a02dbc044 100644
--- a/src/math/gfpmath/info.txt
+++ b/src/math/gfpmath/info.txt
@@ -1,18 +1,19 @@
-uses_tr1 yes
-
-load_on auto
-
define BIGINT_GFP
-<add>
-curve_gfp.cpp
+uses_tr1 yes
+
+<header:public>
curve_gfp.h
-gfp_element.cpp
gfp_element.h
gfp_modulus.h
-point_gfp.cpp
point_gfp.h
-</add>
+</header:public>
+
+<source>
+curve_gfp.cpp
+gfp_element.cpp
+point_gfp.cpp
+</source>
<requires>
bigint