aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/stream
diff options
context:
space:
mode:
authorlloyd <[email protected]>2015-02-05 07:44:25 +0000
committerlloyd <[email protected]>2015-02-05 07:44:25 +0000
commitcb0f83ae63c4555cbdd0607e3a5f6e9260c0d19c (patch)
tree4981027a25fa8074177b97c3a3ca7431f3337deb /src/lib/stream
parent2c14faf0aa1cfe0f8d70af1938dcad5b4d6d3b59 (diff)
Clean up root dir, remove some unneeded dependencies
Diffstat (limited to 'src/lib/stream')
-rw-r--r--src/lib/stream/chacha/info.txt2
-rw-r--r--src/lib/stream/ctr/info.txt5
-rw-r--r--src/lib/stream/ofb/info.txt5
3 files changed, 0 insertions, 12 deletions
diff --git a/src/lib/stream/chacha/info.txt b/src/lib/stream/chacha/info.txt
index 666f14d53..f3bd1ffe8 100644
--- a/src/lib/stream/chacha/info.txt
+++ b/src/lib/stream/chacha/info.txt
@@ -1,3 +1 @@
define CHACHA 20140103
-
-load_on auto
diff --git a/src/lib/stream/ctr/info.txt b/src/lib/stream/ctr/info.txt
index 84d90a76f..c0c6694b0 100644
--- a/src/lib/stream/ctr/info.txt
+++ b/src/lib/stream/ctr/info.txt
@@ -1,6 +1 @@
define CTR_BE 20131128
-
-<requires>
-block
-stream
-</requires>
diff --git a/src/lib/stream/ofb/info.txt b/src/lib/stream/ofb/info.txt
index 11b6bfb27..2d3d78f79 100644
--- a/src/lib/stream/ofb/info.txt
+++ b/src/lib/stream/ofb/info.txt
@@ -1,6 +1 @@
define OFB 20131128
-
-<requires>
-block
-stream
-</requires>