diff options
-rw-r--r-- | crypto/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 4fd14e4efed2..1eb4bcdb344f 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -532,6 +532,7 @@ config CRYPTO_AUTHENC | |||
532 | tristate "Authenc support" | 532 | tristate "Authenc support" |
533 | select CRYPTO_AEAD | 533 | select CRYPTO_AEAD |
534 | select CRYPTO_MANAGER | 534 | select CRYPTO_MANAGER |
535 | select CRYPTO_HASH | ||
535 | help | 536 | help |
536 | Authenc: Combined mode wrapper for IPsec. | 537 | Authenc: Combined mode wrapper for IPsec. |
537 | This is required for IPSec. | 538 | This is required for IPSec. |