projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7981e72
)
crypto: Remove MPILIB_EXTRA
author
Richard Weinberger
<richard@nod.at>
Wed, 18 Jun 2014 14:18:36 +0000
(16:18 +0200)
committer
Jiri Kosina
<jkosina@suse.cz>
Thu, 19 Jun 2014 13:16:13 +0000
(15:16 +0200)
The symbol is an orphan, get rid of it.
Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
crypto/asymmetric_keys/Kconfig
patch
|
blob
|
blame
|
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).