Commit 4cd4ca7c authored by Stephan Müller's avatar Stephan Müller Committed by David Howells
Browse files

keys: select CONFIG_CRYPTO when selecting DH / KDF



Select CONFIG_CRYPTO in addition to CONFIG_HASH to ensure that
also CONFIG_HASH2 is selected. Both are needed for the shash
cipher support required for the KDF operation.

Signed-off-by: default avatarStephan Mueller <smueller@chronox.de>
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent f1c316a3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -90,6 +90,7 @@ config KEY_DH_OPERATIONS
       bool "Diffie-Hellman operations on retained keys"
       depends on KEYS
       select MPILIB
       select CRYPTO
       select CRYPTO_HASH
       help
	 This option provides support for calculating Diffie-Hellman