aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-07-13 17:32:24 +0000
committerlloyd <[email protected]>2010-07-13 17:32:24 +0000
commite51e9aa6a6033710920f0934178ef770fd25498f (patch)
tree8f753df6deac2531c6792e277102d95dda7a3bc5 /src/hash
parent2006b4d305039cb9ff18d21b65c37ba1f2c39819 (diff)
Consolidate the two engines that provided assembler implementations
(amd64_eng and ia32_eng) into a new asm_engine. This same engine could also be used in the event that asm code for other CPUs was added later on.
Diffstat (limited to 'src/hash')
-rw-r--r--src/hash/sha1_amd64/info.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash/sha1_amd64/info.txt b/src/hash/sha1_amd64/info.txt
index e54b032ca..8fdb7e2fc 100644
--- a/src/hash/sha1_amd64/info.txt
+++ b/src/hash/sha1_amd64/info.txt
@@ -20,7 +20,7 @@ solaris
</os>
<requires>
-amd64_eng
+asm_engine
asm_amd64
sha1
</requires>