diff options
author | lloyd <[email protected]> | 2011-02-11 16:16:57 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-02-11 16:16:57 +0000 |
commit | 6f5a28925b66fcf99818ab805edf08d71f95350a (patch) | |
tree | 023aec3e52dc93f31851fd98318d092c3d7fa0c5 /src | |
parent | 83b142529f5bc31d350229d423175b859e5c7a54 (diff) |
Add HMAC, AES, SHA-2, HMAC_RNG deps in libstate for the global
RNG. Pretty much required outside of very special cases, and otherwise
someone using --no-autoload will have to know to enable them
specifically or lots of things will break.
Diffstat (limited to 'src')
-rw-r--r-- | src/libstate/info.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libstate/info.txt b/src/libstate/info.txt index 94ae8101a..d48ad70d5 100644 --- a/src/libstate/info.txt +++ b/src/libstate/info.txt @@ -24,6 +24,7 @@ scan_name.cpp </source> <requires> +aes algo_factory alloc bigint @@ -32,6 +33,8 @@ core_engine engine filters hash +hmac +hmac_rng kdf mac mode_pad @@ -41,6 +44,8 @@ pbkdf pk_pad pubkey rng +sha2_32 +sha2_64 stream system_alloc </requires> |