summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-05-28 11:16:41 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2015-05-28 11:16:41 +0800
commitd92ae4e2d77a00c7cd40b8d7055e7f017457c2e0 (patch)
tree33035b6a2698af192074ed1918f01d97dd79722e /crypto/Kconfig
parent9a79dc3dbfe617e6e02964eba0b009bf5ebd6610 (diff)
parent0eec8189c0b23c5d2b7ad9c11d955b4fc8bd74e0 (diff)
downloadlinux-crypto-d92ae4e2d77a00c7cd40b8d7055e7f017457c2e0.tar.gz
linux-crypto-d92ae4e2d77a00c7cd40b8d7055e7f017457c2e0.zip
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Merge the crypto tree for 4.1 to pull in the changeset that disables algif_aead.
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index af011a96..0ff4cd44 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1532,15 +1532,6 @@ config CRYPTO_USER_API_RNG
This option enables the user-spaces interface for random
number generator algorithms.
-config CRYPTO_USER_API_AEAD
- tristate "User-space interface for AEAD cipher algorithms"
- depends on NET
- select CRYPTO_AEAD
- select CRYPTO_USER_API
- help
- This option enables the user-spaces interface for AEAD
- cipher algorithms.
-
config CRYPTO_HASH_INFO
bool