mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
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:
committed by
Sami Tolvanen
parent
f15dbe8a94
commit
137676d448
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user