aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-08 20:35:54 +0000
committerlloyd <[email protected]>2008-11-08 20:35:54 +0000
commit3c77da389db0769cf07cddf7629a62e156fe577b (patch)
treec79a275c7df6ebbdff6d7277673e488bd9b80f49 /src/stream
parent73ba6c48e349955f05e81d674172c9c737540280 (diff)
Split the last parts of the 'core' module
Add some missing info.txts
Diffstat (limited to 'src/stream')
-rw-r--r--src/stream/info.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/stream/info.txt b/src/stream/info.txt
new file mode 100644
index 000000000..b3d9649db
--- /dev/null
+++ b/src/stream/info.txt
@@ -0,0 +1,15 @@
+realname "Stream Ciphers"
+
+load_on auto
+
+define STREAM_CIPHER
+
+<requires>
+utils
+sym_algo
+</requires>
+
+<add>
+stream_cipher.h
+stream_cipher.cpp
+</add>