aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/sha1_ia32/sha1_ia32_imp.S
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-11-14 17:15:06 +0000
committerlloyd <[email protected]>2009-11-14 17:15:06 +0000
commitc995540c0774c6f6f48a101deff9ac5fe2a6562a (patch)
tree2999371fbb16db08aebb9402bfe8c917ceac99ec /src/hash/sha1_ia32/sha1_ia32_imp.S
parent4649c8be4c12ade06cd2ff45582606e919b65ed2 (diff)
Instead of having two asm_macr.h files being switched in based on module
build magic, name them asm_macr_ARCH.h. Change all including files accordingly.
Diffstat (limited to 'src/hash/sha1_ia32/sha1_ia32_imp.S')
-rw-r--r--src/hash/sha1_ia32/sha1_ia32_imp.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash/sha1_ia32/sha1_ia32_imp.S b/src/hash/sha1_ia32/sha1_ia32_imp.S
index 3411313c3..3167fce9a 100644
--- a/src/hash/sha1_ia32/sha1_ia32_imp.S
+++ b/src/hash/sha1_ia32/sha1_ia32_imp.S
@@ -5,7 +5,7 @@
* Distributed under the terms of the Botan license
*/
-#include <botan/asm_macr.h>
+#include <botan/asm_macr_ia32.h>
START_LISTING(sha1_ia32.S)