Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Thomas Weißschuh and committed by
Sami Tolvanen
137676d4 f15dbe8a

-2
-2
certs/extract-cert.c
··· 33 33 #endif 34 34 #include "ssl-common.h" 35 35 36 - #define PKEY_ID_PKCS7 2 37 - 38 36 static __attribute__((noreturn)) 39 37 void format(void) 40 38 {