aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/codec/pem/info.txt1
-rw-r--r--src/math/bigint/info.txt5
-rw-r--r--src/math/bigint/monty_amd64/info.txt2
-rw-r--r--src/math/bigint/monty_generic/info.txt5
-rw-r--r--src/math/bigint/mp_ia32_msvc/info.txt4
-rw-r--r--src/math/bigint/mulop_amd64/info.txt4
-rw-r--r--src/math/bigint/mulop_generic/info.txt5
-rw-r--r--src/math/gfpmath/info.txt2
8 files changed, 6 insertions, 22 deletions
diff --git a/src/codec/pem/info.txt b/src/codec/pem/info.txt
index b12dbf378..bbe8d4c70 100644
--- a/src/codec/pem/info.txt
+++ b/src/codec/pem/info.txt
@@ -10,5 +10,6 @@ pem.h
</add>
<requires>
+base64
filters
</requires>
diff --git a/src/math/bigint/info.txt b/src/math/bigint/info.txt
index 07b254683..513703deb 100644
--- a/src/math/bigint/info.txt
+++ b/src/math/bigint/info.txt
@@ -26,7 +26,8 @@ mp_shift.cpp
<requires>
alloc
hex
-mp_ia32
-mp_ia32_msvc
+mp_amd64|mp_asm64|mp_ia32|mp_ia32_msvc|mp_generic
+monty_generic
+mulop_generic
rng
</requires>
diff --git a/src/math/bigint/monty_amd64/info.txt b/src/math/bigint/monty_amd64/info.txt
index dff74c611..7fb70da46 100644
--- a/src/math/bigint/monty_amd64/info.txt
+++ b/src/math/bigint/monty_amd64/info.txt
@@ -27,5 +27,5 @@ solaris
</os>
<requires>
-asm_ia32
+asm_amd64
</requires>
diff --git a/src/math/bigint/monty_generic/info.txt b/src/math/bigint/monty_generic/info.txt
index e99e5e083..6f5f0e722 100644
--- a/src/math/bigint/monty_generic/info.txt
+++ b/src/math/bigint/monty_generic/info.txt
@@ -5,8 +5,3 @@ load_on dep
<add>
mp_monty.cpp
</add>
-
-<requires>
-mp_ia32
-mp_ia32_msvc
-</requires>
diff --git a/src/math/bigint/mp_ia32_msvc/info.txt b/src/math/bigint/mp_ia32_msvc/info.txt
index 9ca22a2da..9c7ac9b43 100644
--- a/src/math/bigint/mp_ia32_msvc/info.txt
+++ b/src/math/bigint/mp_ia32_msvc/info.txt
@@ -16,7 +16,3 @@ ia32
<cc>
msvc
</cc>
-
-<requires>
-mp_ia32
-</requires>
diff --git a/src/math/bigint/mulop_amd64/info.txt b/src/math/bigint/mulop_amd64/info.txt
index 0f512251c..c4b14db93 100644
--- a/src/math/bigint/mulop_amd64/info.txt
+++ b/src/math/bigint/mulop_amd64/info.txt
@@ -27,7 +27,5 @@ solaris
</os>
<requires>
-asm_ia32
-mp_ia32
-mp_ia32_msvc
+asm_amd64
</requires>
diff --git a/src/math/bigint/mulop_generic/info.txt b/src/math/bigint/mulop_generic/info.txt
index 8700e9332..28ebe41eb 100644
--- a/src/math/bigint/mulop_generic/info.txt
+++ b/src/math/bigint/mulop_generic/info.txt
@@ -5,8 +5,3 @@ load_on dep
<add>
mp_mulop.cpp
</add>
-
-<requires>
-mp_ia32
-mp_ia32_msvc
-</requires>
diff --git a/src/math/gfpmath/info.txt b/src/math/gfpmath/info.txt
index 0fadcc819..1a52144b7 100644
--- a/src/math/gfpmath/info.txt
+++ b/src/math/gfpmath/info.txt
@@ -18,7 +18,5 @@ point_gfp.h
<requires>
bigint
-mp_ia32
-mp_ia32_msvc
numbertheory
</requires>