diff options
author | lloyd <[email protected]> | 2008-09-30 04:35:34 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-30 04:35:34 +0000 |
commit | 3c55f159b8e2ff80c0f0ab0820de0afc414be7db (patch) | |
tree | 6370650255987e8df89b8ef90f46a5eec92b70ed /src/core/libstate/info.txt | |
parent | eee6e1e1ec225c3301cef6839225317a8cc9cf4a (diff) |
Split off part of the core module into libstate (basically the whole
lookup/global_state piece).
Move timer and mutex directories into utils/
Diffstat (limited to 'src/core/libstate/info.txt')
-rw-r--r-- | src/core/libstate/info.txt | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src/core/libstate/info.txt b/src/core/libstate/info.txt new file mode 100644 index 000000000..f0040a688 --- /dev/null +++ b/src/core/libstate/info.txt @@ -0,0 +1,34 @@ +realname "Botan Core Module" + +load_on auto + +define CORE_MODULE + +<requires> +aes +sha1 +</requires> + +<add> +def_alg.cpp +def_mode.cpp +eng_base.cpp +engine.cpp +get_enc.cpp +get_pbe.cpp +init.h +init_def.cpp +init_opt.cpp +libstate.cpp +look_pk.cpp +lookup.cpp +oids.cpp +policy.cpp +engine.h +get_pbe.h +libstate.h +look_add.h +look_pk.h +lookup.h +oids.h +</add> |