aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-29 18:53:11 +0000
committerlloyd <[email protected]>2008-09-29 18:53:11 +0000
commit1371cecdcf42e1070512b888307871f81421469b (patch)
treebeaebd3eedd56758213cac144146042ebdfba75b /src
parente93928c2dd980b54dcf560fc3153ab5fed2d5881 (diff)
Better dependency handling
Diffstat (limited to 'src')
-rw-r--r--src/asn1/info.txt6
-rw-r--r--src/bigint/mp_amd64/info.txt2
-rw-r--r--src/bigint/mp_generic/info.txt2
-rw-r--r--src/cipher/serpent_ia32/info.txt4
-rw-r--r--src/core/info.txt3
-rw-r--r--src/pk/dlies/info.txt2
-rw-r--r--src/pk/pubkey/info.txt2
7 files changed, 13 insertions, 8 deletions
diff --git a/src/asn1/info.txt b/src/asn1/info.txt
index 5a200b473..4e561afc5 100644
--- a/src/asn1/info.txt
+++ b/src/asn1/info.txt
@@ -2,7 +2,11 @@ realname "ASN.1/BER/DER module"
define ASN1
-load_on required
+load_on request
+
+<requires>
+bigint
+</requires>
<add>
alg_id.cpp
diff --git a/src/bigint/mp_amd64/info.txt b/src/bigint/mp_amd64/info.txt
index 797d3833a..c177c2a27 100644
--- a/src/bigint/mp_amd64/info.txt
+++ b/src/bigint/mp_amd64/info.txt
@@ -2,7 +2,7 @@ realname "MPI Core (x86-64)"
mp_bits 64
-load_on asm_ok
+load_on request
<add>
mp_asm.h
diff --git a/src/bigint/mp_generic/info.txt b/src/bigint/mp_generic/info.txt
index 5ae824d6e..22c2140fb 100644
--- a/src/bigint/mp_generic/info.txt
+++ b/src/bigint/mp_generic/info.txt
@@ -2,6 +2,8 @@ realname "MPI Core (C++)"
mp_bits 32
+load_on request
+
<add>
mp_asm.h
mp_asmi.h
diff --git a/src/cipher/serpent_ia32/info.txt b/src/cipher/serpent_ia32/info.txt
index 67f18beee..d6a29229d 100644
--- a/src/cipher/serpent_ia32/info.txt
+++ b/src/cipher/serpent_ia32/info.txt
@@ -10,10 +10,10 @@ serp_ia32.cpp
serp_ia32.h
</add>
-<required>
+<requires>
asm_ia32
utils
-</required>
+</requires>
<arch>
ia32
diff --git a/src/core/info.txt b/src/core/info.txt
index 802f5bcef..16f2a041f 100644
--- a/src/core/info.txt
+++ b/src/core/info.txt
@@ -9,11 +9,8 @@ aes
sha1
sha2
hmac
-bigint
-math
allocators
filters
-pubkey
</requires>
<add>
diff --git a/src/pk/dlies/info.txt b/src/pk/dlies/info.txt
index a1e24935a..1a09dcbc5 100644
--- a/src/pk/dlies/info.txt
+++ b/src/pk/dlies/info.txt
@@ -10,7 +10,7 @@ dlies.h
</add>
<requires>
-asn1
+dh
kdf2
pubkey
</requires>
diff --git a/src/pk/pubkey/info.txt b/src/pk/pubkey/info.txt
index 05ff2bde0..ecb6ce2d1 100644
--- a/src/pk/pubkey/info.txt
+++ b/src/pk/pubkey/info.txt
@@ -2,6 +2,8 @@ realname "Public Key Base"
define PUBKEY_BASE
+load_on request
+
<requires>
bigint
math