Commit 4da669a2 authored by Paul Bolle's avatar Paul Bolle Committed by Jiri Kosina

crypto: drop selects of bogus Kconfig symbol

Commits 2cdc6899 ("crypto: ghash - Add GHASH digest algorithm for
GCM") and 0e1227d3 ("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: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 06b19a55
...@@ -321,7 +321,6 @@ config CRYPTO_CRC32C_INTEL ...@@ -321,7 +321,6 @@ config CRYPTO_CRC32C_INTEL
config CRYPTO_GHASH config CRYPTO_GHASH
tristate "GHASH digest algorithm" tristate "GHASH digest algorithm"
select CRYPTO_SHASH
select CRYPTO_GF128MUL select CRYPTO_GF128MUL
help help
GHASH is message digest algorithm for GCM (Galois/Counter Mode). GHASH is message digest algorithm for GCM (Galois/Counter Mode).
...@@ -459,7 +458,6 @@ config CRYPTO_WP512 ...@@ -459,7 +458,6 @@ config CRYPTO_WP512
config CRYPTO_GHASH_CLMUL_NI_INTEL config CRYPTO_GHASH_CLMUL_NI_INTEL
tristate "GHASH digest algorithm (CLMUL-NI accelerated)" tristate "GHASH digest algorithm (CLMUL-NI accelerated)"
depends on X86 && 64BIT depends on X86 && 64BIT
select CRYPTO_SHASH
select CRYPTO_CRYPTD select CRYPTO_CRYPTD
help help
GHASH is message digest algorithm for GCM (Galois/Counter Mode). GHASH is message digest algorithm for GCM (Galois/Counter Mode).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment