Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: drop selects of bogus Kconfig symbol
Commits 2cdc689 ("crypto: ghash - Add GHASH digest algorithm for GCM") and 0e1227d ("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>
- Loading branch information