From c995540c0774c6f6f48a101deff9ac5fe2a6562a Mon Sep 17 00:00:00 2001 From: lloyd Date: Sat, 14 Nov 2009 17:15:06 +0000 Subject: 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. --- src/block/serpent_ia32/serp_ia32_imp.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/block') diff --git a/src/block/serpent_ia32/serp_ia32_imp.S b/src/block/serpent_ia32/serp_ia32_imp.S index 5ab630f43..8b4a79937 100644 --- a/src/block/serpent_ia32/serp_ia32_imp.S +++ b/src/block/serpent_ia32/serp_ia32_imp.S @@ -5,7 +5,7 @@ * Distributed under the terms of the Botan license */ -#include +#include START_LISTING(serp_ia32.S) -- cgit v1.2.3