aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2023-03-24 17:59:38 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2023-03-31 17:50:09 +0800
commitc616fb0cbae8af5f3f837f54c625700992dcd78d (patch)
treefa50c607cc13a2164a3f38552f4d6373c998fa23 /lib/crypto
parent9c19fb86a8cb2ee82a832c95e139f29ea05c4d08 (diff)
downloadlinux-c616fb0cbae8af5f3f837f54c625700992dcd78d.tar.gz
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/utils.c b/lib/crypto/utils.c
index 53230ab1b1957..c852c7151b0a6 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>
/*