summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2017-11-26 00:16:46 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-02-03 17:38:48 +0100
commit2992182765762c2d5bfa70ff2da5f1841e7aba89 (patch)
treee1a727b8b19ce2c1e17359f5ce62390318522a07 /crypto
parenta5ba0b372da3cdc092ce0d98e5433e44aefab3f7 (diff)
crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH
commit b5b9007730ce1d90deaf25d7f678511550744bdc upstream. This fixes a typo in the CRYPTO_KPP dependency of CRYPTO_ECDH. Fixes: 3c4b23901a0c ("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>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index ac5fb37e6f4b..42212b60a0ee 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