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/hash | |
parent | efef5884c4ee6ac44490c7b2bb607dd71140fbbe (diff) |
Correct some errors in the automatically generated dependencies.
Diffstat (limited to 'src/hash')
-rw-r--r-- | src/hash/sha1_amd64/info.txt | 3 | ||||
-rw-r--r-- | src/hash/sha1_sse2/info.txt | 1 |
2 files changed, 3 insertions, 1 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> |