diff options
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> |