[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220617070754.73667-5-helei.sig11@bytedance.com>
Date: Fri, 17 Jun 2022 15:07:53 +0800
From: Lei He <helei.sig11@...edance.com>
To: herbert@...dor.apana.org.au, davem@...emloft.net,
dhowells@...hat.com, mst@...hat.com
Cc: arei.gonglei@...wei.com, jasowang@...hat.com,
linux-crypto@...r.kernel.org, linux-kernel@...r.kernel.org,
pizhenwei@...edance.com, helei.sig11@...edance.com,
f4bug@...at.org, berrange@...hat.com
Subject: [PATCH 3/4] crypto: remove unused field in pkcs8_parse_context
From: lei he <helei.sig11@...edance.com>
remove unused field 'algo_oid' in pkcs8_parse_context
Signed-off-by: lei he <helei.sig11@...edance.com>
---
crypto/asymmetric_keys/pkcs8_parser.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/crypto/asymmetric_keys/pkcs8_parser.c b/crypto/asymmetric_keys/pkcs8_parser.c
index e507c635ead5..f81317234331 100644
--- a/crypto/asymmetric_keys/pkcs8_parser.c
+++ b/crypto/asymmetric_keys/pkcs8_parser.c
@@ -21,7 +21,6 @@ struct pkcs8_parse_context {
struct public_key *pub;
unsigned long data; /* Start of data */
enum OID last_oid; /* Last OID encountered */
- enum OID algo_oid; /* Algorithm OID */
u32 key_size;
const void *key;
const void *algo_param;
--
2.20.1
Powered by blists - more mailing lists