diff options
author | lloyd <[email protected]> | 2008-10-01 16:07:28 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-01 16:07:28 +0000 |
commit | b64d62b6046cb2fac61c1cd9ca04198a39af27e1 (patch) | |
tree | 9b0c5dffde6d2e4dd01f58ebc680124d1d7f9a54 | |
parent | a3fcea09d61fef223da7fb12dd5a768a982f1c7f (diff) |
Make PBE base, IF_algo only load if needed by dependencies
-rw-r--r-- | src/pbe/pbe_base/info.txt | 2 | ||||
-rw-r--r-- | src/pubkey/if_algo/info.txt | 3 | ||||
-rw-r--r-- | src/utils/asm_amd64/info.txt | 2 | ||||
-rw-r--r-- | src/utils/asm_ia32/info.txt | 2 |
4 files changed, 4 insertions, 5 deletions
diff --git a/src/pbe/pbe_base/info.txt b/src/pbe/pbe_base/info.txt index 59cdae61f..996f7caf0 100644 --- a/src/pbe/pbe_base/info.txt +++ b/src/pbe/pbe_base/info.txt @@ -1,6 +1,6 @@ realname "PBE Base" -load_on auto +load_on dep define PASSWORD_BASED_ENCRYPTION diff --git a/src/pubkey/if_algo/info.txt b/src/pubkey/if_algo/info.txt index 1ee2e3a68..7686ed398 100644 --- a/src/pubkey/if_algo/info.txt +++ b/src/pubkey/if_algo/info.txt @@ -2,8 +2,7 @@ realname "Integer Factorization Algorithms" define IF_PUBLIC_KEY_FAMILY -load_on required - +load_on dep <requires> asn1 diff --git a/src/utils/asm_amd64/info.txt b/src/utils/asm_amd64/info.txt index e190dba88..19035b545 100644 --- a/src/utils/asm_amd64/info.txt +++ b/src/utils/asm_amd64/info.txt @@ -1,6 +1,6 @@ realname "Assembler Macros (x86-64)" -load_on required +load_on dep <add> asm_macr.h diff --git a/src/utils/asm_ia32/info.txt b/src/utils/asm_ia32/info.txt index 8f2ada914..4340c35aa 100644 --- a/src/utils/asm_ia32/info.txt +++ b/src/utils/asm_ia32/info.txt @@ -1,6 +1,6 @@ realname "Assembler Macros (IA-32)" -load_on required +load_on dep <add> asm_macr.h |