diff options
author | lloyd <[email protected]> | 2009-07-16 17:22:21 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-07-16 17:22:21 +0000 |
commit | f02ecd78ae9327c01bb28c2d0955329b37462a40 (patch) | |
tree | f06f713be5e311164806d5f896d47e2c7860cfa1 /src | |
parent | efef5884c4ee6ac44490c7b2bb607dd71140fbbe (diff) |
Correct some errors in the automatically generated dependencies.
Diffstat (limited to 'src')
-rw-r--r-- | src/hash/sha1_amd64/info.txt | 3 | ||||
-rw-r--r-- | src/hash/sha1_sse2/info.txt | 1 | ||||
-rw-r--r-- | src/modes/cbc/info.txt | 1 | ||||
-rw-r--r-- | src/modes/cts/info.txt | 1 | ||||
-rw-r--r-- | src/modes/eax/info.txt | 1 | ||||
-rw-r--r-- | src/modes/ecb/info.txt | 1 | ||||
-rw-r--r-- | src/modes/ofb/info.txt | 1 | ||||
-rw-r--r-- | src/modes/xts/info.txt | 1 |
8 files changed, 3 insertions, 7 deletions
diff --git a/src/hash/sha1_amd64/info.txt b/src/hash/sha1_amd64/info.txt index 88e4ec6c0..ddbc7d380 100644 --- a/src/hash/sha1_amd64/info.txt +++ b/src/hash/sha1_amd64/info.txt @@ -28,6 +28,7 @@ solaris </os> <requires> -asm_ia32 +amd64_eng +asm_amd64 sha1 </requires> diff --git a/src/hash/sha1_sse2/info.txt b/src/hash/sha1_sse2/info.txt index d8dc069ad..b8d693b70 100644 --- a/src/hash/sha1_sse2/info.txt +++ b/src/hash/sha1_sse2/info.txt @@ -24,4 +24,5 @@ icc <requires> sha1 +sse2_eng </requires> diff --git a/src/modes/cbc/info.txt b/src/modes/cbc/info.txt index 9dd6d827e..de81dcb8c 100644 --- a/src/modes/cbc/info.txt +++ b/src/modes/cbc/info.txt @@ -9,7 +9,6 @@ cbc.cpp cbc.h </add> - <requires> mode_pad </requires> diff --git a/src/modes/cts/info.txt b/src/modes/cts/info.txt index 26f5cae52..9eb16add5 100644 --- a/src/modes/cts/info.txt +++ b/src/modes/cts/info.txt @@ -9,7 +9,6 @@ cts.cpp cts.h </add> - <requires> block </requires> diff --git a/src/modes/eax/info.txt b/src/modes/eax/info.txt index a1757cada..d1fc7e0e3 100644 --- a/src/modes/eax/info.txt +++ b/src/modes/eax/info.txt @@ -10,7 +10,6 @@ eax.h eax_dec.cpp </add> - <requires> block cmac diff --git a/src/modes/ecb/info.txt b/src/modes/ecb/info.txt index 6d4ce93a7..06b7b4fd2 100644 --- a/src/modes/ecb/info.txt +++ b/src/modes/ecb/info.txt @@ -9,7 +9,6 @@ ecb.cpp ecb.h </add> - <requires> block mode_pad diff --git a/src/modes/ofb/info.txt b/src/modes/ofb/info.txt index 1b33c38d5..3cba4151e 100644 --- a/src/modes/ofb/info.txt +++ b/src/modes/ofb/info.txt @@ -9,7 +9,6 @@ ofb.cpp ofb.h </add> - <requires> block </requires> diff --git a/src/modes/xts/info.txt b/src/modes/xts/info.txt index 6669c1184..65c7df2f8 100644 --- a/src/modes/xts/info.txt +++ b/src/modes/xts/info.txt @@ -9,7 +9,6 @@ xts.cpp xts.h </add> - <requires> block filters |