diff options
Diffstat (limited to 'src/algo_factory/info.txt')
-rw-r--r-- | src/algo_factory/info.txt | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/src/algo_factory/info.txt b/src/algo_factory/info.txt index 937b91353..dfc42230a 100644 --- a/src/algo_factory/info.txt +++ b/src/algo_factory/info.txt @@ -4,13 +4,18 @@ load_on auto define ALGORITHM_FACTORY -<requires> -utils -</requires> - <add> algo_factory.cpp algo_factory.h algo_cache.h prov_weight.cpp </add> + +<requires> +block +engine +hash +mac +mutex +stream +</requires> |