crypto: engine - Remove CRYPTO_ALG_ENGINE bit
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 24 Apr 2025 14:42:51 +0000 (22:42 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 25 Apr 2025 02:46:04 +0000 (10:46 +0800)
commitaa38d87ec85273e3cee5ad60342930612315e540
tree9eae34d0443d44db222766664f6f757293ecb7e2
parent3715cb9863ced462fc1bcc3e1a8444db4b16927c
crypto: engine - Remove CRYPTO_ALG_ENGINE bit

Remove the private and obsolete CRYPTO_ALG_ENGINE bit which is
conflicting with the new CRYPTO_ALG_DUP_FIRST bit.

Reported-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Fixes: f1440a90465b ("crypto: api - Add support for duplicating algorithms before registration")
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/crypto_engine.c