aboutsummaryrefslogtreecommitdiff
path: root/sys/crypto/openssl/arm/ossl_aes_gcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/crypto/openssl/arm/ossl_aes_gcm.c')
-rw-r--r--sys/crypto/openssl/arm/ossl_aes_gcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/crypto/openssl/arm/ossl_aes_gcm.c b/sys/crypto/openssl/arm/ossl_aes_gcm.c
index 71a977c446ae..e51b7b4fbc04 100644
--- a/sys/crypto/openssl/arm/ossl_aes_gcm.c
+++ b/sys/crypto/openssl/arm/ossl_aes_gcm.c
@@ -15,7 +15,7 @@
#include <crypto/openssl/ossl_arm.h>
#include <crypto/openssl/ossl_aes_gcm.h>
#include <crypto/openssl/ossl_cipher.h>
-#include <crypto/openssl/arm/arm_arch.h>
+#include <crypto/openssl/arm_arch.h>
#include <opencrypto/cryptodev.h>