diff options
Diffstat (limited to 'src/lib/hash/sha1')
-rw-r--r-- | src/lib/hash/sha1/info.txt | 4 | ||||
-rw-r--r-- | src/lib/hash/sha1/sha1_sse2/info.txt | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/hash/sha1/info.txt b/src/lib/hash/sha1/info.txt index fffb51275..6d326af1c 100644 --- a/src/lib/hash/sha1/info.txt +++ b/src/lib/hash/sha1/info.txt @@ -1,4 +1,6 @@ -define SHA1 20131128 +<defines> +SHA1 -> 20131128 +</defines> <requires> mdx_hash diff --git a/src/lib/hash/sha1/sha1_sse2/info.txt b/src/lib/hash/sha1/sha1_sse2/info.txt index cc1179014..272bf5e8d 100644 --- a/src/lib/hash/sha1/sha1_sse2/info.txt +++ b/src/lib/hash/sha1/sha1_sse2/info.txt @@ -1,3 +1,5 @@ -define SHA1_SSE2 20160803 +<defines> +SHA1_SSE2 -> 20160803 +</defines> need_isa sse2 |