summaryrefslogtreecommitdiffstats
path: root/old/botan/src/hash/sha1_ia32/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'old/botan/src/hash/sha1_ia32/info.txt')
-rw-r--r--old/botan/src/hash/sha1_ia32/info.txt35
1 files changed, 35 insertions, 0 deletions
diff --git a/old/botan/src/hash/sha1_ia32/info.txt b/old/botan/src/hash/sha1_ia32/info.txt
new file mode 100644
index 0000000..bfb3211
--- /dev/null
+++ b/old/botan/src/hash/sha1_ia32/info.txt
@@ -0,0 +1,35 @@
+realname "SHA-1 (IA-32)"
+
+define SHA1_IA32
+
+load_on asm_ok
+
+<add>
+sha1_ia32_imp.S
+sha1_ia32.cpp
+sha1_ia32.h
+</add>
+
+<arch>
+ia32
+</arch>
+
+<cc>
+gcc
+icc
+</cc>
+
+# ELF systems
+<os>
+linux
+freebsd
+dragonfly
+netbsd
+openbsd
+solaris
+</os>
+
+<requires>
+asm_ia32
+sha1
+</requires>