Skip to content

Commit 93da17b

Browse files
ruprandhowells
authored andcommitted
security: integrity: Remove select to deleted option PUBLIC_KEY_ALGO_RSA
Commit d43de6c ("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>
1 parent 3c9d629 commit 93da17b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

security/integrity/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ config INTEGRITY_ASYMMETRIC_KEYS
3535
default n
3636
select ASYMMETRIC_KEY_TYPE
3737
select ASYMMETRIC_PUBLIC_KEY_SUBTYPE
38-
select PUBLIC_KEY_ALGO_RSA
3938
select CRYPTO_RSA
4039
select X509_CERTIFICATE_PARSER
4140
help

0 commit comments

Comments
 (0)