projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45223b7
)
crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH
author
Hauke Mehrtens
<hauke@hauke-m.de>
Sat, 25 Nov 2017 23:16:46 +0000
(
00:16
+0100)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Mon, 11 Dec 2017 11:36:56 +0000
(22:36 +1100)
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>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig
patch
|
blob
|
history
diff --git
a/crypto/Kconfig
b/crypto/Kconfig
index
f791196
..
9327fbf
100644
(file)
--- a/
crypto/Kconfig
+++ b/
crypto/Kconfig
@@
-130,7
+130,7
@@
config CRYPTO_DH
config CRYPTO_ECDH
tristate "ECDH algorithm"
- select CRY
TP
O_KPP
+ select CRY
PT
O_KPP
select CRYPTO_RNG_DEFAULT
help
Generic implementation of the ECDH algorithm