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 <[email protected]> --- 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

