diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 7f3d7954c929..edf6c71b576e 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -339,7 +339,7 @@ config CRYPTO_RMD256 | |||
339 | 339 | ||
340 | config CRYPTO_RMD320 | 340 | config CRYPTO_RMD320 |
341 | tristate "RIPEMD-320 digest algorithm" | 341 | tristate "RIPEMD-320 digest algorithm" |
342 | select CRYPTO_ALGAPI | 342 | select CRYPTO_HASH |
343 | help | 343 | help |
344 | RIPEMD-320 is an optional extension of RIPEMD-160 with a | 344 | RIPEMD-320 is an optional extension of RIPEMD-160 with a |
345 | 320 bit hash. It is intended for applications that require | 345 | 320 bit hash. It is intended for applications that require |