diff options
author | lloyd <[email protected]> | 2008-09-29 03:15:14 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-29 03:15:14 +0000 |
commit | 7018d574904e3075f6fca92681e848aebe82b96d (patch) | |
tree | b25c0332f033ecb1275bcd7b493e4af04990e3a5 /src/core/info.txt | |
parent | f0503ee51ee848762d5bd115a4b83b4d2d11d3c6 (diff) |
Rename all modinfo.txt files to info.txt, since they are all (none) of
them modules now. In any case there is no distinction so info.txt seems
better.
Diffstat (limited to 'src/core/info.txt')
-rw-r--r-- | src/core/info.txt | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/src/core/info.txt b/src/core/info.txt new file mode 100644 index 000000000..df98e51ab --- /dev/null +++ b/src/core/info.txt @@ -0,0 +1,58 @@ +realname "Botan Core Module" + +load_on auto + +define CORE_MODULE + +<requires> +aes +bigint +sha1 +allocators +filters +pubkey +</requires> + +<add> +base.cpp +data_src.cpp +datastor.cpp +def_alg.cpp +def_mode.cpp +eng_base.cpp +engine.cpp +exceptn.cpp +lookup.cpp +get_enc.cpp +get_pbe.cpp +init_def.cpp +init_opt.cpp +libstate.cpp +look_pk.cpp +modules.cpp +oids.cpp +policy.cpp +rng.cpp +s2k.cpp +symkey.cpp +base.h +botan.h +data_src.h +datastor.h +eng_def.h +engine.h +enums.h +exceptn.h +init.h +libstate.h +look_add.h +look_pk.h +lookup.h +modules.h +mutex.h +oids.h +rng.h +s2k.h +symkey.h +</add> + |