Re: [PATCH] lib/crypto: Include <crypto/utils.h> instead of <crypto/algapi.h>
From: Ard Biesheuvel
Date: Tue Mar 31 2026 - 02:52:04 EST
On Tue, 31 Mar 2026, at 04:44, Eric Biggers wrote:
> Since the lib/crypto/ files that include <crypto/algapi.h> need it only
> for the transitive inclusion of <crypto/utils.h> (and not all the
> traditional crypto API stuff that the rest of <crypto/algapi.h> is
> filled with), replace these inclusions with direct inclusions of
> <crypto/utils.h>.
>
> Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx>
> ---
> lib/crypto/aescfb.c | 2 +-
> lib/crypto/chacha.c | 2 +-
> lib/crypto/memneq.c | 4 ++--
> 3 files changed, 4 insertions(+), 4 deletions(-)
>
Reviewed-by: Ard Biesheuvel <ardb@xxxxxxxxxx>