diff options
author | lloyd <[email protected]> | 2008-10-26 02:18:05 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-26 02:18:05 +0000 |
commit | 17231ebbb95cc45cca50eabc4799c3058fc78ee9 (patch) | |
tree | 72b419fcd6a398463ccd0f763dc8bc639ab88b5c /src/libstate/info.txt | |
parent | 6f2a68c40d85026da907c8ce5366998f14a99d9c (diff) |
Move libstate and selftest out of core/ dir to toplevel
Diffstat (limited to 'src/libstate/info.txt')
-rw-r--r-- | src/libstate/info.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/libstate/info.txt b/src/libstate/info.txt new file mode 100644 index 000000000..93c429241 --- /dev/null +++ b/src/libstate/info.txt @@ -0,0 +1,27 @@ +realname "Botan Libstate Module" + +load_on auto + +define LIBSTATE_MODULE + +<add> +def_alg.cpp +def_mode.cpp +def_powm.cpp +eng_base.cpp +eng_def.h +engine.cpp +engine.h +get_enc.cpp +init.h +init_def.cpp +init_opt.cpp +libstate.cpp +libstate.h +look_add.h +lookup.cpp +lookup.h +modules.cpp +modules.h +policy.cpp +</add> |