diff options
author | 2018-03-07 00:53:15 +0100 | |
---|---|---|
committer | 2018-03-16 23:35:51 +0800 | |
commit | 5bfa7ac3883e702a0a0a33a8449b044d7dab3efe (patch) | |
tree | 84c3b7062f2ecb59d2ce41b038e4481dedf2c741 /drivers/crypto/virtio/virtio_crypto_common.h | |
parent | crypto: testmgr - introduce SM4 tests (diff) | |
download | linux-dev-5bfa7ac3883e702a0a0a33a8449b044d7dab3efe.tar.xz linux-dev-5bfa7ac3883e702a0a0a33a8449b044d7dab3efe.zip |
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: dbaf0624ffa5 ("crypto: add virtio-crypto driver")
Signed-off-by: Peter Wu <peter@lekensteyn.nl>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/virtio/virtio_crypto_common.h')
-rw-r--r-- | drivers/crypto/virtio/virtio_crypto_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/crypto/virtio/virtio_crypto_common.h b/drivers/crypto/virtio/virtio_crypto_common.h index 72621bd67211..66501a5a2b7b 100644 --- a/drivers/crypto/virtio/virtio_crypto_common.h +++ b/drivers/crypto/virtio/virtio_crypto_common.h @@ -24,7 +24,6 @@ #include <linux/spinlock.h> #include <crypto/aead.h> #include <crypto/aes.h> -#include <crypto/authenc.h> #include <crypto/engine.h> |