Message ID | YeZQsSkRsioTHE1z@gondor.apana.org.au |
---|---|
State | Accepted |
Commit | a88592cc27efd4ed0ceba79016eb4a3ddb90e05e |
Headers | show |
Series | crypto: kdf - Select hmac in addition to sha256 | expand |
diff --git a/crypto/Kconfig b/crypto/Kconfig index 3ba2f532d79c..2b0456731603 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -1850,6 +1850,7 @@ config CRYPTO_JITTERENTROPY config CRYPTO_KDF800108_CTR tristate + select CRYPTO_HMAC select CRYPTO_SHA256 config CRYPTO_USER_API