aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash')
-rw-r--r--src/hash/info.txt8
-rw-r--r--src/hash/skein/info.txt4
2 files changed, 8 insertions, 4 deletions
diff --git a/src/hash/info.txt b/src/hash/info.txt
index fb1f734d7..ce55f7ddc 100644
--- a/src/hash/info.txt
+++ b/src/hash/info.txt
@@ -2,10 +2,10 @@ realname "Hash Functions"
load_on auto
-<requires>
-utils
-</requires>
-
<add>
hash.h
</add>
+
+<requires>
+buf_comp
+</requires>
diff --git a/src/hash/skein/info.txt b/src/hash/skein/info.txt
index d2d482d81..bab8497c5 100644
--- a/src/hash/skein/info.txt
+++ b/src/hash/skein/info.txt
@@ -8,3 +8,7 @@ load_on auto
skein_512.cpp
skein_512.h
</add>
+
+<requires>
+alloc
+</requires>