Files
Thomas Huth 33e496b110 crypto: asymmetric_keys - Remove unused key_being_used_for[]
JIRA: https://redhat.atlassian.net/browse/RHEL-186630

commit f50fcd23c9b9d99bf03d0ab9f30cba4665e6326e
Author: Dr. David Alan Gilbert <linux@treblig.org>
Date:   Sun Jan 12 16:30:59 2025 +0000

    crypto: asymmetric_keys - Remove unused key_being_used_for[]

    key_being_used_for[] is an unused array of textual names for
    the elements of the enum key_being_used_for.  It was added in 2015 by
    commit 99db443506 ("PKCS#7: Appropriately restrict authenticated
    attributes and content type")

    Remove it.

    Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
    Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

Signed-off-by: Thomas Huth <thuth@redhat.com>
2026-06-30 16:01:00 +02:00
..