diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2023-03-24 17:59:38 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2023-03-31 17:50:09 +0800 |
commit | c616fb0cbae8af5f3f837f54c625700992dcd78d (patch) | |
tree | fa50c607cc13a2164a3f38552f4d6373c998fa23 /lib/crypto | |
parent | 9c19fb86a8cb2ee82a832c95e139f29ea05c4d08 (diff) | |
download | linux-stable-c616fb0cbae8af5f3f837f54c625700992dcd78d.tar.gz linux-stable-c616fb0cbae8af5f3f837f54c625700992dcd78d.tar.bz2 linux-stable-c616fb0cbae8af5f3f837f54c625700992dcd78d.zip |
crypto: lib/utils - Move utilities into new header
The utilities have historically resided in algapi.h as they were
first used internally before being exported. Move them into a
new header file so external users don't see internal API details.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'lib/crypto')
-rw-r--r-- | lib/crypto/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/utils.c b/lib/crypto/utils.c index 53230ab1b195..c852c7151b0a 100644 --- a/lib/crypto/utils.c +++ b/lib/crypto/utils.c @@ -6,7 +6,7 @@ */ #include <asm/unaligned.h> -#include <crypto/algapi.h> +#include <crypto/utils.h> #include <linux/module.h> /* |