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>
This commit is contained in:
Thomas Weißschuh
2026-03-05 10:31:37 +01:00
committed by Sami Tolvanen
parent f15dbe8a94
commit 137676d448

View File

@@ -33,8 +33,6 @@
#endif #endif
#include "ssl-common.h" #include "ssl-common.h"
#define PKEY_ID_PKCS7 2
static __attribute__((noreturn)) static __attribute__((noreturn))
void format(void) void format(void)
{ {