mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-05-02 18:15:03 -04:00
powerpc/crypto: fix missing skcipher dependency for aes-gcm-p10
My stripped down configuration fails to build with: ERROR: modpost: "skcipher_walk_aead_encrypt" [arch/powerpc/crypto/aes-gcm-p10-crypto.ko] undefined! ERROR: modpost: "skcipher_walk_done" [arch/powerpc/crypto/aes-gcm-p10-crypto.ko] undefined! ERROR: modpost: "skcipher_walk_aead_decrypt" [arch/powerpc/crypto/aes-gcm-p10-crypto.ko] undefined! Fix it by selecting CRYPTO_SKCIPHER. Signed-off-by: Omar Sandoval <osandov@fb.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/c55ad70799e027a3d2756b85ccadc0af52ae8915.1689007370.git.osandov@osandov.com
This commit is contained in:
committed by
Michael Ellerman
parent
3a24ea0df8
commit
9d6e1c21e1
@@ -100,6 +100,7 @@ config CRYPTO_AES_GCM_P10
|
|||||||
select CRYPTO_LIB_AES
|
select CRYPTO_LIB_AES
|
||||||
select CRYPTO_ALGAPI
|
select CRYPTO_ALGAPI
|
||||||
select CRYPTO_AEAD
|
select CRYPTO_AEAD
|
||||||
|
select CRYPTO_SKCIPHER
|
||||||
default m
|
default m
|
||||||
help
|
help
|
||||||
AEAD cipher: AES cipher algorithms (FIPS-197)
|
AEAD cipher: AES cipher algorithms (FIPS-197)
|
||||||
|
|||||||
Reference in New Issue
Block a user