diff options
author | lloyd <[email protected]> | 2015-02-05 07:44:25 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2015-02-05 07:44:25 +0000 |
commit | cb0f83ae63c4555cbdd0607e3a5f6e9260c0d19c (patch) | |
tree | 4981027a25fa8074177b97c3a3ca7431f3337deb /src/lib/stream | |
parent | 2c14faf0aa1cfe0f8d70af1938dcad5b4d6d3b59 (diff) |
Clean up root dir, remove some unneeded dependencies
Diffstat (limited to 'src/lib/stream')
-rw-r--r-- | src/lib/stream/chacha/info.txt | 2 | ||||
-rw-r--r-- | src/lib/stream/ctr/info.txt | 5 | ||||
-rw-r--r-- | src/lib/stream/ofb/info.txt | 5 |
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> |