diff options
author | Andreas Ziegler <andreas.ziegler@fau.de> | 2016-04-12 14:54:58 -0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2016-04-12 14:54:58 -0400 |
commit | 93da17b18539cb021f1075f8620ee8f6da9b42aa (patch) | |
tree | cf4ed2ccc1ffc9833148aa68bd771178a8cea5a1 | |
parent | 3c9d6296b7aee536a96ea2b53a15d23511738c1c (diff) |
security: integrity: Remove select to deleted option PUBLIC_KEY_ALGO_RSA
Commit d43de6c780a8 ("akcipher: Move the RSA DER encoding check to
the crypto layer") removed the Kconfig option PUBLIC_KEY_ALGO_RSA,
but forgot to remove a 'select' to this option in the definition of
INTEGRITY_ASYMMETRIC_KEYS.
Let's remove the select, as it's ineffective now.
Signed-off-by: Andreas Ziegler <andreas.ziegler@fau.de>
Signed-off-by: David Howells <dhowells@redhat.com>
-rw-r--r-- | security/integrity/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/integrity/Kconfig b/security/integrity/Kconfig index 979be65d22c4..da9565891738 100644 --- a/security/integrity/Kconfig +++ b/security/integrity/Kconfig | |||
@@ -35,7 +35,6 @@ config INTEGRITY_ASYMMETRIC_KEYS | |||
35 | default n | 35 | default n |
36 | select ASYMMETRIC_KEY_TYPE | 36 | select ASYMMETRIC_KEY_TYPE |
37 | select ASYMMETRIC_PUBLIC_KEY_SUBTYPE | 37 | select ASYMMETRIC_PUBLIC_KEY_SUBTYPE |
38 | select PUBLIC_KEY_ALGO_RSA | ||
39 | select CRYPTO_RSA | 38 | select CRYPTO_RSA |
40 | select X509_CERTIFICATE_PARSER | 39 | select X509_CERTIFICATE_PARSER |
41 | help | 40 | help |