From ce70a158ccf3da0d025d5f7059229a659b329ff2 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 18 Mar 2020 19:21:40 +0100 Subject: crypto: pbkdf2: Select HMAC pbkdf2 needs HMAC support, select it. Signed-off-by: Sascha Hauer --- crypto/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/Kconfig') diff --git a/crypto/Kconfig b/crypto/Kconfig index 7cc8aceacb..ff83a40f5b 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -89,6 +89,7 @@ endif config CRYPTO_PBKDF2 select DIGEST select DIGEST_SHA1_GENERIC + select DIGEST_HMAC_GENERIC bool config CRYPTO_RSA -- cgit v1.2.3