diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2023-08-13 14:54:41 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2023-08-18 17:01:10 +0800 |
commit | 45c461c503a7a12f4c5efaff289be17a442aeefe (patch) | |
tree | 101f8902eedc78ce2a1ed8f8dc252e713ab75940 /crypto/crypto_engine.c | |
parent | 2d6a79cc2ade0b3e67e66393a6183284e87b87f6 (diff) |
crypto: engine - Create internal/engine.h
Create crypto/internal/engine.h to house details that should not
be used by drivers. It is empty for the time being.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
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> |