[PATCH 01/15] crypto: arm - remove CRYPTO dependency of library functions
Herbert Xu
herbert at gondor.apana.org.au
Fri Apr 18 13:38:46 AEST 2025
On Thu, Apr 17, 2025 at 08:32:36PM -0700, Eric Biggers wrote:
>
> I don't think that would be better. The 'if' would be up to 400 lines long, and
> it would be easy for people to miss the context when editing the file.
We should separate the symbols for Crypto API options and the library
options. If you're worried about people missing the if statement,
how about splitting the file into two? One for Crypto API symbols
and one for the library symbols.
In fact we could move the library files into a different directory,
e.g., arch/x86/crypto/lib or arch/x86/lib/crypto.
Cheers,
--
Email: Herbert Xu <herbert at gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
More information about the Linuxppc-dev
mailing list