summaryrefslogtreecommitdiffstats
path: root/old/botan/src/mac/cbc_mac/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'old/botan/src/mac/cbc_mac/info.txt')
-rw-r--r--old/botan/src/mac/cbc_mac/info.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/old/botan/src/mac/cbc_mac/info.txt b/old/botan/src/mac/cbc_mac/info.txt
new file mode 100644
index 0000000..3a54349
--- /dev/null
+++ b/old/botan/src/mac/cbc_mac/info.txt
@@ -0,0 +1,14 @@
+realname "CBC-MAC"
+
+define CBC_MAC
+
+load_on auto
+
+<add>
+cbc_mac.cpp
+cbc_mac.h
+</add>
+
+<requires>
+block
+</requires>