summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2011-11-12 21:27:55 +0100
committerJiri Kosina <jkosina@suse.cz>2011-11-13 20:49:02 +0100
commit3af3040902f81ba7437477b94f5e9c6c1030af7a (patch)
tree1857195a2665a92a771924b241bf7271c7390736 /crypto/Kconfig
parent83cd26493e5c36ac453c9b24ceabb5ed6b507e39 (diff)
downloadlinux-crypto-3af3040902f81ba7437477b94f5e9c6c1030af7a.tar.gz
linux-crypto-3af3040902f81ba7437477b94f5e9c6c1030af7a.zip
crypto: drop selects of bogus Kconfig symbol
Commits b3ea9c7329 ("crypto: ghash - Add GHASH digest algorithm for GCM") and 25b6abffbe ("crypto: ghash - Add PCLMULQDQ accelerated implementation") added "select CRYPTO_SHASH" to two entries. That Kconfig symbol doesn't exist. These two selects are nops. Drop them. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index ae27b753..82d4d454 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -321,7 +321,6 @@ config CRYPTO_CRC32C_INTEL
config CRYPTO_GHASH
tristate "GHASH digest algorithm"
- select CRYPTO_SHASH
select CRYPTO_GF128MUL
help
GHASH is message digest algorithm for GCM (Galois/Counter Mode).
@@ -459,7 +458,6 @@ config CRYPTO_WP512
config CRYPTO_GHASH_CLMUL_NI_INTEL
tristate "GHASH digest algorithm (CLMUL-NI accelerated)"
depends on X86 && 64BIT
- select CRYPTO_SHASH
select CRYPTO_CRYPTD
help
GHASH is message digest algorithm for GCM (Galois/Counter Mode).