From e49da742cb8da281bbeaa7a54aad90aa5d3d19fe Mon Sep 17 00:00:00 2001 From: Adam Langley Date: Fri, 16 Jan 2015 14:06:22 -0800 Subject: [PATCH] Include arm_arch.h in e_aes.c. Not sure why this is working in CMake build, but the Chromium trybots aren't happy without it. Change-Id: I810740786c4f3cb9ba786891fdcd6053eea3afcb --- crypto/cipher/e_aes.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crypto/cipher/e_aes.c b/crypto/cipher/e_aes.c index 0b8b4b95..67a36e2f 100644 --- a/crypto/cipher/e_aes.c +++ b/crypto/cipher/e_aes.c @@ -59,6 +59,10 @@ #include "internal.h" #include "../modes/internal.h" +#if defined(OPENSSL_ARM) || defined(OPENSSL_AARCH64) +#include "../arm_arch.h" +#endif + typedef struct { union {