pbkdf2 needs HMAC support, select it.

Signed-off-by: Sascha Hauer <s.ha...@pengutronix.de>
---
 crypto/Kconfig | 1 +
 1 file changed, 1 insertion(+)

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
-- 
2.25.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to