summaryrefslogtreecommitdiffstats
path: root/linux-aarch64/crypto/aes
diff options
context:
space:
mode:
Diffstat (limited to 'linux-aarch64/crypto/aes')
-rw-r--r--linux-aarch64/crypto/aes/aesv8-armx.S (renamed from linux-aarch64/crypto/aes/aesv8-armx64.S)4
1 files changed, 1 insertions, 3 deletions
diff --git a/linux-aarch64/crypto/aes/aesv8-armx64.S b/linux-aarch64/crypto/aes/aesv8-armx.S
index fa2abbc..9c63291 100644
--- a/linux-aarch64/crypto/aes/aesv8-armx64.S
+++ b/linux-aarch64/crypto/aes/aesv8-armx.S
@@ -1,5 +1,4 @@
-#if defined(__aarch64__)
-#include <openssl/arm_arch.h>
+#include "arm_arch.h"
#if __ARM_MAX_ARCH__>=7
.text
@@ -748,4 +747,3 @@ aes_v8_ctr32_encrypt_blocks:
ret
.size aes_v8_ctr32_encrypt_blocks,.-aes_v8_ctr32_encrypt_blocks
#endif
-#endif \ No newline at end of file