diff options
author | Dr. David Alan Gilbert <linux@treblig.org> | 2025-01-12 16:30:59 +0000 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2025-01-19 12:44:28 +0800 |
commit | f50fcd23c9b9d99bf03d0ab9f30cba4665e6326e (patch) | |
tree | 97da4b51b3a9fed6e58f74183c014edaafd1bed3 /include/linux/verification.h | |
parent | dd7d37ccf6b11f3d95e797ebe4e9e886d0332600 (diff) |
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 99db44350672 ("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>
Diffstat (limited to 'include/linux/verification.h')
-rw-r--r-- | include/linux/verification.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/verification.h b/include/linux/verification.h index cb2d47f28091..4f3022d081c3 100644 --- a/include/linux/verification.h +++ b/include/linux/verification.h @@ -38,8 +38,6 @@ enum key_being_used_for { VERIFYING_UNSPECIFIED_SIGNATURE, NR__KEY_BEING_USED_FOR }; -extern const char *const key_being_used_for[NR__KEY_BEING_USED_FOR]; - #ifdef CONFIG_SYSTEM_DATA_VERIFICATION struct key; |