[PATCH v3 1/8] extract-cert: drop unused definition of PKEY_ID_PKCS7

From: Thomas Weißschuh

Date: Thu Mar 05 2026 - 04:36:45 EST


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@xxxxxxxxxxxxx>
Reviewed-by: Petr Pavlu <petr.pavlu@xxxxxxxx>
---
certs/extract-cert.c | 2 --
1 file changed, 2 deletions(-)

diff --git a/certs/extract-cert.c b/certs/extract-cert.c
index 7d6d468ed612..8c762f908443 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)
{

--
2.53.0