diff options
Diffstat (limited to 'src/libstate/info.txt')
-rw-r--r-- | src/libstate/info.txt | 31 |
1 files changed, 22 insertions, 9 deletions
diff --git a/src/libstate/info.txt b/src/libstate/info.txt index f3111a31e..6e200ee3f 100644 --- a/src/libstate/info.txt +++ b/src/libstate/info.txt @@ -4,15 +4,6 @@ load_on auto define LIBSTATE_MODULE -<requires> -algo_factory -def_engine -mode_pad -pk_pad -s2k -system_alloc -</requires> - <add> botan.h get_enc.cpp @@ -28,3 +19,25 @@ pk_engine.cpp pk_engine.h policy.cpp </add> + +<requires> +algo_factory +alloc +bigint +block +def_engine +engine +filters +hash +kdf +mac +mode_pad +mutex +noop_mutex +pk_pad +pubkey +rng +s2k +stream +system_alloc +</requires> |