diff options
Diffstat (limited to 'src')
-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 |