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

Commit 5bfa7ac3 authored by Peter Wu's avatar Peter Wu Committed by Herbert Xu
Browse files

crypto: virtio - remove dependency on CRYPTO_AUTHENC

virtio_crypto does not use function crypto_authenc_extractkeys, remove
this unnecessary dependency. Compiles fine and passes cryptodev-linux
cipher and speed tests from https://wiki.qemu.org/Features/VirtioCrypto



Fixes: dbaf0624 ("crypto: add virtio-crypto driver")
Signed-off-by: default avatarPeter Wu <peter@lekensteyn.nl>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent cd83a8a7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@ config CRYPTO_DEV_VIRTIO
	tristate "VirtIO crypto driver"
	depends on VIRTIO
	select CRYPTO_AEAD
	select CRYPTO_AUTHENC
	select CRYPTO_BLKCIPHER
	select CRYPTO_ENGINE
	default m
+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@
#include <linux/spinlock.h>
#include <crypto/aead.h>
#include <crypto/aes.h>
#include <crypto/authenc.h>
#include <crypto/engine.h>