crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH

commit b5b9007730 upstream.

This fixes a typo in the CRYPTO_KPP dependency of CRYPTO_ECDH.

Fixes: 3c4b23901a ("crypto: ecdh - Add ECDH software support")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Hauke Mehrtens 2017-11-26 00:16:46 +01:00 committed by Greg Kroah-Hartman
parent cc1fa4a7b6
commit f1803207b5
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ config CRYPTO_DH
config CRYPTO_ECDH
tristate "ECDH algorithm"
select CRYTPO_KPP
select CRYPTO_KPP
help
Generic implementation of the ECDH algorithm