aboutsummaryrefslogtreecommitdiffstats
path: root/src/mac
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-07-15 15:31:08 +0000
committerlloyd <[email protected]>2009-07-15 15:31:08 +0000
commit1172c616fa849af893c1935b8b1dee085f8aaac8 (patch)
tree48a5308fb8d40fbea9216f7007678543d7a59a4e /src/mac
parent6fd01228840942ad122d1adabb3f7971a4e3b244 (diff)
Add a script that reads the output of print_deps.py and rewrites
the info.txt files with the right module dependencies. Apply it across the codebase.
Diffstat (limited to 'src/mac')
-rw-r--r--src/mac/cbc_mac/info.txt4
-rw-r--r--src/mac/cmac/info.txt4
-rw-r--r--src/mac/hmac/info.txt4
-rw-r--r--src/mac/info.txt8
-rw-r--r--src/mac/ssl3mac/info.txt4
-rw-r--r--src/mac/x919_mac/info.txt4
6 files changed, 24 insertions, 4 deletions
diff --git a/src/mac/cbc_mac/info.txt b/src/mac/cbc_mac/info.txt
index 3a7a6e781..3a5434974 100644
--- a/src/mac/cbc_mac/info.txt
+++ b/src/mac/cbc_mac/info.txt
@@ -8,3 +8,7 @@ load_on auto
cbc_mac.cpp
cbc_mac.h
</add>
+
+<requires>
+block
+</requires>
diff --git a/src/mac/cmac/info.txt b/src/mac/cmac/info.txt
index 5188af0c0..b593c9d38 100644
--- a/src/mac/cmac/info.txt
+++ b/src/mac/cmac/info.txt
@@ -8,3 +8,7 @@ load_on auto
cmac.cpp
cmac.h
</add>
+
+<requires>
+block
+</requires>
diff --git a/src/mac/hmac/info.txt b/src/mac/hmac/info.txt
index 534d2e036..cdf2e67ab 100644
--- a/src/mac/hmac/info.txt
+++ b/src/mac/hmac/info.txt
@@ -8,3 +8,7 @@ load_on auto
hmac.cpp
hmac.h
</add>
+
+<requires>
+hash
+</requires>
diff --git a/src/mac/info.txt b/src/mac/info.txt
index 0e4dc11a2..4891d7498 100644
--- a/src/mac/info.txt
+++ b/src/mac/info.txt
@@ -2,11 +2,11 @@ realname "Message Authentication Codes"
load_on auto
-<requires>
-utils
-</requires>
-
<add>
mac.h
mac.cpp
</add>
+
+<requires>
+sym_algo
+</requires>
diff --git a/src/mac/ssl3mac/info.txt b/src/mac/ssl3mac/info.txt
index d7a86e571..f8791169c 100644
--- a/src/mac/ssl3mac/info.txt
+++ b/src/mac/ssl3mac/info.txt
@@ -8,3 +8,7 @@ load_on auto
ssl3_mac.cpp
ssl3_mac.h
</add>
+
+<requires>
+hash
+</requires>
diff --git a/src/mac/x919_mac/info.txt b/src/mac/x919_mac/info.txt
index 24c78b1c6..f2ebd5b35 100644
--- a/src/mac/x919_mac/info.txt
+++ b/src/mac/x919_mac/info.txt
@@ -8,3 +8,7 @@ load_on auto
x919_mac.cpp
x919_mac.h
</add>
+
+<requires>
+block
+</requires>