Commit f1803207 authored by Hauke Mehrtens's avatar Hauke Mehrtens Committed by Greg Kroah-Hartman

crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH

commit b5b90077 upstream.

This fixes a typo in the CRYPTO_KPP dependency of CRYPTO_ECDH.

Fixes: 3c4b2390 ("crypto: ecdh - Add ECDH software support")
Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent cc1fa4a7
...@@ -120,7 +120,7 @@ config CRYPTO_DH ...@@ -120,7 +120,7 @@ config CRYPTO_DH
config CRYPTO_ECDH config CRYPTO_ECDH
tristate "ECDH algorithm" tristate "ECDH algorithm"
select CRYTPO_KPP select CRYPTO_KPP
help help
Generic implementation of the ECDH algorithm Generic implementation of the ECDH algorithm
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment