security: integrity: Remove select to deleted option PUBLIC_KEY_ALGO_RSA
authorAndreas Ziegler <andreas.ziegler@fau.de>
Tue, 12 Apr 2016 18:54:58 +0000 (19:54 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 12 Apr 2016 18:54:58 +0000 (19:54 +0100)
commit93da17b18539cb021f1075f8620ee8f6da9b42aa
treecf4ed2ccc1ffc9833148aa68bd771178a8cea5a1
parent3c9d6296b7aee536a96ea2b53a15d23511738c1c
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>
security/integrity/Kconfig