All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] crypto: fix typo in KPP dependency of CRYPTO_ECDH
@ 2017-11-25 23:16 Hauke Mehrtens
  2017-12-11 11:43 ` Herbert Xu
  0 siblings, 1 reply; 2+ messages in thread
From: Hauke Mehrtens @ 2017-11-25 23:16 UTC (permalink / raw)
  To: davem, herbert
  Cc: linux-crypto, salvatore.benedetto, Hauke Mehrtens, # v4 . 8+

This fixes a typo in the CRYPTO_KPP dependency of CRYPTO_ECDH.

Fixes: 3c4b23901a0c ("crypto: ecdh - Add ECDH software support")
Cc: <stable@vger.kernel.org> # v4.8+
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 crypto/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] crypto: fix typo in KPP dependency of CRYPTO_ECDH
  2017-11-25 23:16 [PATCH] crypto: fix typo in KPP dependency of CRYPTO_ECDH Hauke Mehrtens
@ 2017-12-11 11:43 ` Herbert Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2017-12-11 11:43 UTC (permalink / raw)
  To: Hauke Mehrtens; +Cc: davem, linux-crypto, salvatore.benedetto, # v4 . 8+

On Sun, Nov 26, 2017 at 12:16:46AM +0100, Hauke Mehrtens wrote:
> This fixes a typo in the CRYPTO_KPP dependency of CRYPTO_ECDH.
> 
> Fixes: 3c4b23901a0c ("crypto: ecdh - Add ECDH software support")
> Cc: <stable@vger.kernel.org> # v4.8+
> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-12-11 11:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-25 23:16 [PATCH] crypto: fix typo in KPP dependency of CRYPTO_ECDH Hauke Mehrtens
2017-12-11 11:43 ` Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.