]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: drop selects of bogus Kconfig symbol
authorPaul Bolle <pebolle@tiscali.nl>
Sat, 12 Nov 2011 20:27:55 +0000 (21:27 +0100)
committerJiri Kosina <jkosina@suse.cz>
Sun, 13 Nov 2011 19:49:02 +0000 (20:49 +0100)
commitcb83f5bb2c69cb1677d7ff2d87e0c8e4225317fb
treebe4fc827572c5aa93d5d5b4b0a451af88b41a3e2
parent307285956f3945cd58833f9059368bf09a56c98c
crypto: drop selects of bogus Kconfig symbol

Commits 2b92baabc2 ("crypto: ghash - Add GHASH digest algorithm for
GCM") and ea1edb2889 ("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>
crypto/Kconfig