aboutsummaryrefslogtreecommitdiffstats
path: root/certs
diff options
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>2026-03-05 10:31:37 +0100
committerSami Tolvanen <samitolvanen@google.com>2026-03-24 21:42:37 +0000
commit137676d4482d8b8d755890b4ed29fe8223661d20 (patch)
tree87e267566f2aed51626dda140a84fa14aed5e95f /certs
parentf15dbe8a94b6e3768b10e10bf8ab95b28682db80 (diff)
downloadlinux-next-history-137676d4482d8b8d755890b4ed29fe8223661d20.tar.gz
extract-cert: drop unused definition of PKEY_ID_PKCS7
This definition duplicates a definition from an internal kernel header which is going to be renamed. To get rid of an instance of the old name, drop the definition. Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de> Reviewed-by: Petr Pavlu <petr.pavlu@suse.com> Reviewed-by: Nicolas Schier <nsc@kernel.org> Signed-off-by: Sami Tolvanen <samitolvanen@google.com>
Diffstat (limited to 'certs')
-rw-r--r--certs/extract-cert.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/certs/extract-cert.c b/certs/extract-cert.c
index 7d6d468ed6129..8c762f908443c 100644
--- a/certs/extract-cert.c
+++ b/certs/extract-cert.c
@@ -33,8 +33,6 @@
#endif
#include "ssl-common.h"
-#define PKEY_ID_PKCS7 2
-
static __attribute__((noreturn))
void format(void)
{