crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 25 Nov 2017 23:16:46 +0000 (00:16 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 Feb 2018 16:38:48 +0000 (17:38 +0100)
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>
crypto/Kconfig

index ac5fb37..42212b6 100644 (file)
@@ -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