Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed58dd41 authored by Herbert Xu's avatar Herbert Xu Committed by David S. Miller
Browse files

[ESP]: Add select on AUTHENC



Now the ESP uses the AEAD interface even for algorithms which are
not combined mode, we need to select CONFIG_CRYPTO_AUTHENC as
otherwise only combined mode algorithms will work.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7adc3830
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -343,7 +343,7 @@ config INET_ESP
	tristate "IP: ESP transformation"
	select XFRM
	select CRYPTO
	select CRYPTO_AEAD
	select CRYPTO_AUTHENC
	select CRYPTO_HMAC
	select CRYPTO_MD5
	select CRYPTO_CBC
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ config INET6_ESP
	depends on IPV6
	select XFRM
	select CRYPTO
	select CRYPTO_AEAD
	select CRYPTO_AUTHENC
	select CRYPTO_HMAC
	select CRYPTO_MD5
	select CRYPTO_CBC