From: Hauke Mehrtens Date: Sat, 25 Nov 2017 23:16:46 +0000 (+0100) Subject: crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b5b9007730ce1d90deaf25d7f678511550744bdc;p=openwrt%2Fstaging%2Fblogic.git crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH This fixes a typo in the CRYPTO_KPP dependency of CRYPTO_ECDH. Fixes: 3c4b23901a0c ("crypto: ecdh - Add ECDH software support") Cc: # v4.8+ Signed-off-by: Hauke Mehrtens Signed-off-by: Herbert Xu --- diff --git a/crypto/Kconfig b/crypto/Kconfig index f7911963bb79..9327fbfccf5a 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -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