aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/crypto_engine.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/crypto_engine.c')
-rw-r--r--crypto/crypto_engine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/crypto_engine.c b/crypto/crypto_engine.c
index ba43dfba2fa94..a75162bc1bf48 100644
--- a/crypto/crypto_engine.c
+++ b/crypto/crypto_engine.c
@@ -9,8 +9,8 @@
#include <crypto/aead.h>
#include <crypto/akcipher.h>
-#include <crypto/engine.h>
#include <crypto/hash.h>
+#include <crypto/internal/engine.h>
#include <crypto/kpp.h>
#include <crypto/skcipher.h>
#include <linux/err.h>