diff options
author | lloyd <[email protected]> | 2008-09-30 21:13:38 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-30 21:13:38 +0000 |
commit | 3f0d484096e1e782f72e3cdf43853c7d9f309ee9 (patch) | |
tree | 341f05d66128321304aafc72df28854650e13ef1 /src/core/info.txt | |
parent | b8115f4123a55510ab4f4840efb623de662a248f (diff) | |
parent | a2c9be1a6bf801aac4d6d32759d51608f536d14a (diff) |
propagate from branch 'net.randombit.botan' (head 9524e848cdacd0b56ded9bd6b51fd34b6a7d3fc4)
to branch 'net.randombit.botan.ecdsa' (head 8231f4285dce2d5ec754f7afa72e0d34807de061)
Diffstat (limited to 'src/core/info.txt')
-rw-r--r-- | src/core/info.txt | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/src/core/info.txt b/src/core/info.txt new file mode 100644 index 000000000..9331d56dd --- /dev/null +++ b/src/core/info.txt @@ -0,0 +1,45 @@ +realname "Botan Core Module" + +load_on auto + +define CORE_MODULE + +<requires> +aes +sha1 +sha2 +hmac +filters +libstate +timer_base +</requires> + +<add> +allocate.h +base.cpp +base.h +botan.h +data_src.cpp +data_src.h +def_powm.cpp +defalloc.cpp +defalloc.h +eng_def.h +enums.h +exceptn.cpp +exceptn.h +kdf.cpp +kdf.h +mem_pool.cpp +mem_pool.h +mutex.h +pk_pad.cpp +pk_pad.h +rng.cpp +rng.h +s2k.cpp +s2k.h +secmem.h +symkey.cpp +symkey.h +</add> |