aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
authorEric Biggers <ebiggers@kernel.org>2026-04-19 23:33:55 -0700
committerHerbert Xu <herbert@gondor.apana.org.au>2026-05-07 16:09:59 +0800
commitf2e5cd7baea4f1d6fc9fe1a0472b9316eb29b396 (patch)
tree00a3e7f44fa20e9f8019a6c48ef24082418c23a4 /crypto
parent262ec4782cf4ae3b661b30ff11d3af86f667c69c (diff)
downloadlinux-next-history-f2e5cd7baea4f1d6fc9fe1a0472b9316eb29b396.tar.gz
crypto: drbg - Remove import of crypto_cipher functions
The inclusion of <crypto/internal/cipher.h> and the import of the internal crypto namespace became unnecessary in commit ba0570bdf1d9 ("crypto: drbg - Replace AES cipher calls with library calls"). Signed-off-by: Eric Biggers <ebiggers@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/drbg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/drbg.c b/crypto/drbg.c
index fd1d75addaf78..9dedc6186b426 100644
--- a/crypto/drbg.c
+++ b/crypto/drbg.c
@@ -93,7 +93,6 @@
*/
#include <crypto/df_sp80090a.h>
-#include <crypto/internal/cipher.h>
#include <crypto/internal/drbg.h>
#include <crypto/internal/rng.h>
#include <crypto/hash.h>
@@ -1908,4 +1907,3 @@ MODULE_DESCRIPTION("NIST SP800-90A Deterministic Random Bit Generator (DRBG) "
CRYPTO_DRBG_HMAC_STRING
CRYPTO_DRBG_CTR_STRING);
MODULE_ALIAS_CRYPTO("stdrng");
-MODULE_IMPORT_NS("CRYPTO_INTERNAL");