summaryrefslogtreecommitdiffstats
path: root/botan/src/stream/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'botan/src/stream/info.txt')
-rw-r--r--botan/src/stream/info.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/botan/src/stream/info.txt b/botan/src/stream/info.txt
new file mode 100644
index 0000000..295c737
--- /dev/null
+++ b/botan/src/stream/info.txt
@@ -0,0 +1,14 @@
+realname "Stream Ciphers"
+
+load_on auto
+
+define STREAM_CIPHER
+
+<add>
+stream_cipher.h
+stream_cipher.cpp
+</add>
+
+<requires>
+sym_algo
+</requires>