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 96f8154147a2..989304ca3eab 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -282,7 +282,7 @@ config CRYPTO_MD4 | |||
282 | 282 | ||
283 | config CRYPTO_MD5 | 283 | config CRYPTO_MD5 |
284 | tristate "MD5 digest algorithm" | 284 | tristate "MD5 digest algorithm" |
285 | select CRYPTO_ALGAPI | 285 | select CRYPTO_HASH |
286 | help | 286 | help |
287 | MD5 message digest algorithm (RFC1321). | 287 | MD5 message digest algorithm (RFC1321). |
288 | 288 | ||