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 513b9fb6723d..7f3d7954c929 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -327,7 +327,7 @@ config CRYPTO_RMD160 | |||
327 | 327 | ||
328 | config CRYPTO_RMD256 | 328 | config CRYPTO_RMD256 |
329 | tristate "RIPEMD-256 digest algorithm" | 329 | tristate "RIPEMD-256 digest algorithm" |
330 | select CRYPTO_ALGAPI | 330 | select CRYPTO_HASH |
331 | help | 331 | help |
332 | RIPEMD-256 is an optional extension of RIPEMD-128 with a | 332 | RIPEMD-256 is an optional extension of RIPEMD-128 with a |
333 | 256 bit hash. It is intended for applications that require | 333 | 256 bit hash. It is intended for applications that require |