diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/crypto_engine.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/crypto/crypto_engine.c b/crypto/crypto_engine.c index 17f7955500a0..ba43dfba2fa9 100644 --- a/crypto/crypto_engine.c +++ b/crypto/crypto_engine.c @@ -7,10 +7,15 @@ * Author: Baolin Wang <baolin.wang@linaro.org> */ +#include <crypto/aead.h> +#include <crypto/akcipher.h> +#include <crypto/engine.h> +#include <crypto/hash.h> +#include <crypto/kpp.h> +#include <crypto/skcipher.h> #include <linux/err.h> #include <linux/delay.h> #include <linux/device.h> -#include <crypto/engine.h> #include <uapi/linux/sched/types.h> #include "internal.h" |