aboutsummaryrefslogtreecommitdiff
path: root/sys/crypto/openssl/ossl_aes.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/crypto/openssl/ossl_aes.c')
-rw-r--r--sys/crypto/openssl/ossl_aes.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/crypto/openssl/ossl_aes.c b/sys/crypto/openssl/ossl_aes.c
index 65b6f126736e..b6425035f031 100644
--- a/sys/crypto/openssl/ossl_aes.c
+++ b/sys/crypto/openssl/ossl_aes.c
@@ -39,6 +39,8 @@
#include <crypto/openssl/ossl_x86.h>
#elif defined (__aarch64__)
#include <crypto/openssl/ossl_aarch64.h>
+#elif defined (__arm__)
+#include <crypto/openssl/ossl_arm.h>
#endif
static ossl_cipher_process_t ossl_aes_cbc;