diff options
Diffstat (limited to 'crypto/crypto_engine.c')
-rw-r--r-- | crypto/crypto_engine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/crypto_engine.c b/crypto/crypto_engine.c index ba43dfba2fa9..a75162bc1bf4 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> |