mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 02:02:28 +09:00
crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH
commitb5b9007730upstream. 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:
committed by
Greg Kroah-Hartman
parent
a5ba0b372d
commit
2992182765
@@ -130,7 +130,7 @@ config CRYPTO_DH
|
||||
|
||||
config CRYPTO_ECDH
|
||||
tristate "ECDH algorithm"
|
||||
select CRYTPO_KPP
|
||||
select CRYPTO_KPP
|
||||
select CRYPTO_RNG_DEFAULT
|
||||
help
|
||||
Generic implementation of the ECDH algorithm
|
||||
|
||||
Reference in New Issue
Block a user