projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c7774a
)
RSA: Don't select non-existent symbol
author
Jean Delvare
<
[email protected]
>
Thu, 17 Jul 2014 19:45:41 +0000
(20:45 +0100)
committer
David Howells
<
[email protected]
>
Thu, 17 Jul 2014 20:01:27 +0000
(21:01 +0100)
You can select MPILIB_EXTRA all you want, it doesn't exist ;-)
Surprised kconfig doesn't complain about that...
Signed-off-by: Jean Delvare <
[email protected]
>
Acked-by: Marek Vasut <
[email protected]
>
Signed-off-by: David Howells <
[email protected]
>
Cc: Herbert Xu <
[email protected]
>
Cc: "David S. Miller" <
[email protected]
>
crypto/asymmetric_keys/Kconfig
patch
|
blob
|
history
diff --git
a/crypto/asymmetric_keys/Kconfig
b/crypto/asymmetric_keys/Kconfig
index 03a6eb95ab500bd37fe2b2e4000a73b1c01a99b0..0320c7d4b3e16d7c4722c8503b527920c25b8343 100644
(file)
--- a/
crypto/asymmetric_keys/Kconfig
+++ b/
crypto/asymmetric_keys/Kconfig
@@
-22,7
+22,6
@@
config ASYMMETRIC_PUBLIC_KEY_SUBTYPE
config PUBLIC_KEY_ALGO_RSA
tristate "RSA public-key algorithm"
- select MPILIB_EXTRA
select MPILIB
help
This option enables support for the RSA algorithm (PKCS#1, RFC3447).