diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bigint/modinfo.txt | 8 | ||||
-rw-r--r-- | src/core/enums.h | 2 | ||||
-rw-r--r-- | src/core/modinfo.txt | 1 | ||||
-rw-r--r-- | src/hash/mdx_hash/modinfo.txt | 2 | ||||
-rw-r--r-- | src/kdf/mgf1/modinfo.txt | 2 |
5 files changed, 9 insertions, 6 deletions
diff --git a/src/bigint/modinfo.txt b/src/bigint/modinfo.txt index 2315630d0..121b6366e 100644 --- a/src/bigint/modinfo.txt +++ b/src/bigint/modinfo.txt @@ -4,6 +4,10 @@ load_on auto define BIGINT +<requires> +hex +</requires> + <add> big_code.cpp big_io.cpp @@ -43,7 +47,3 @@ reducer.cpp reducer.h ressol.cpp </add> - -<requires> -hex -</requires> diff --git a/src/core/enums.h b/src/core/enums.h index dc404b728..e083cdc01 100644 --- a/src/core/enums.h +++ b/src/core/enums.h @@ -6,6 +6,8 @@ #ifndef BOTAN_ENUMS_H__ #define BOTAN_ENUMS_H__ +#include <botan/types.h> + namespace Botan { /************************************************* diff --git a/src/core/modinfo.txt b/src/core/modinfo.txt index 6a4eedf5e..89c67b45e 100644 --- a/src/core/modinfo.txt +++ b/src/core/modinfo.txt @@ -10,6 +10,7 @@ bigint sha1 allocators filters +pubkey </requires> <add> diff --git a/src/hash/mdx_hash/modinfo.txt b/src/hash/mdx_hash/modinfo.txt index 106a99303..22791f836 100644 --- a/src/hash/mdx_hash/modinfo.txt +++ b/src/hash/mdx_hash/modinfo.txt @@ -2,7 +2,7 @@ realname "MDx Hash Base" define MDX_HASH_FUNCTION -load_on auto +load_on request <add> mdx_hash.cpp diff --git a/src/kdf/mgf1/modinfo.txt b/src/kdf/mgf1/modinfo.txt index 03abec0ac..a42273eb6 100644 --- a/src/kdf/mgf1/modinfo.txt +++ b/src/kdf/mgf1/modinfo.txt @@ -2,7 +2,7 @@ realname "MGF1" define MGF1 -load_on auto +load_on request <add> mgf1.h |