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/mac | |
parent | 2c14faf0aa1cfe0f8d70af1938dcad5b4d6d3b59 (diff) |
Clean up root dir, remove some unneeded dependencies
Diffstat (limited to 'src/lib/mac')
-rw-r--r-- | src/lib/mac/cbc_mac/info.txt | 4 | ||||
-rw-r--r-- | src/lib/mac/cmac/info.txt | 4 | ||||
-rw-r--r-- | src/lib/mac/hmac/info.txt | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/src/lib/mac/cbc_mac/info.txt b/src/lib/mac/cbc_mac/info.txt index cb017e2a1..5e864ca22 100644 --- a/src/lib/mac/cbc_mac/info.txt +++ b/src/lib/mac/cbc_mac/info.txt @@ -1,5 +1 @@ define CBC_MAC 20131128 - -<requires> -block -</requires> diff --git a/src/lib/mac/cmac/info.txt b/src/lib/mac/cmac/info.txt index d2dc6f68d..39c75aed1 100644 --- a/src/lib/mac/cmac/info.txt +++ b/src/lib/mac/cmac/info.txt @@ -1,5 +1 @@ define CMAC 20131128 - -<requires> -block -</requires> diff --git a/src/lib/mac/hmac/info.txt b/src/lib/mac/hmac/info.txt index 7bc8b27f8..171cd8515 100644 --- a/src/lib/mac/hmac/info.txt +++ b/src/lib/mac/hmac/info.txt @@ -1,5 +1 @@ define HMAC 20131128 - -<requires> -hash -</requires> |