aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/info.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-08 19:42:16 +0000
committerlloyd <[email protected]>2008-11-08 19:42:16 +0000
commit8dba7b5264403e781bbb86ff61850e4377dca7b9 (patch)
tree5e784f8e4bbf0ed423e850600adaef3eda4cd07d /src/hash/info.txt
parent8f86d41613db588e4912fd23a61f7c6b3947e32a (diff)
Split base.h into block_cipher.h and stream_cipher.h
It turned out many files were including base.h merely to get other includes (like types.h, secmem.h, and exceptn.h). Those have been changed to directly include the files containing the declarations that code needs.
Diffstat (limited to 'src/hash/info.txt')
-rw-r--r--src/hash/info.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/hash/info.txt b/src/hash/info.txt
new file mode 100644
index 000000000..fb1f734d7
--- /dev/null
+++ b/src/hash/info.txt
@@ -0,0 +1,11 @@
+realname "Hash Functions"
+
+load_on auto
+
+<requires>
+utils
+</requires>
+
+<add>
+hash.h
+</add>