summaryrefslogtreecommitdiffstats
path: root/linux-arm/crypto/aes/aes-armv4.S
diff options
context:
space:
mode:
Diffstat (limited to 'linux-arm/crypto/aes/aes-armv4.S')
-rw-r--r--linux-arm/crypto/aes/aes-armv4.S4
1 files changed, 1 insertions, 3 deletions
diff --git a/linux-arm/crypto/aes/aes-armv4.S b/linux-arm/crypto/aes/aes-armv4.S
index c4d7065..1135020 100644
--- a/linux-arm/crypto/aes/aes-armv4.S
+++ b/linux-arm/crypto/aes/aes-armv4.S
@@ -1,4 +1,3 @@
-#if defined(__arm__)
@ ====================================================================
@ Written by Andy Polyakov <appro@openssl.org> for the OpenSSL
@@ -34,7 +33,7 @@
#if defined(__arm__)
#ifndef __KERNEL__
-# include <openssl/arm_arch.h>
+# include "arm_arch.h"
#else
# define __ARM_ARCH__ __LINUX_ARM_ARCH__
#endif
@@ -1197,4 +1196,3 @@ _armv4_AES_decrypt:
.align 2
#endif
-#endif \ No newline at end of file