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