]> git.ipfire.org Git - thirdparty/linux.git/commit
crypto: drbg - Fold include/crypto/drbg.h into crypto/drbg.c
authorEric Biggers <ebiggers@kernel.org>
Mon, 20 Apr 2026 06:33:54 +0000 (23:33 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 7 May 2026 08:09:59 +0000 (16:09 +0800)
commit262ec4782cf4ae3b661b30ff11d3af86f667c69c
tree3b762ad0d5a7cc5d6a3525f3191fa61ed4e241ac
parentf4919bbca03c8d130a46eba99535b5730edd89a6
crypto: drbg - Fold include/crypto/drbg.h into crypto/drbg.c

include/crypto/drbg.h no longer contains anything that is used
externally to crypto/drbg.c.  Therefore, fold it into crypto/drbg.c.

Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/drbg.c
crypto/testmgr.c
include/crypto/drbg.h [deleted file]
tools/testing/crypto/chacha20-s390/test-cipher.c