We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658c25a commit 5af9ad5Copy full SHA for 5af9ad5
src/net/validator.c
@@ -455,7 +455,6 @@ static struct interface_descriptor validator_xfer_desc =
455
*/
456
static void validator_step ( struct validator *validator ) {
457
struct x509_link *link;
458
- struct x509_link *previous;
459
struct x509_certificate *cert;
460
struct x509_certificate *issuer = NULL;
461
struct x509_certificate *last;
@@ -479,7 +478,6 @@ static void validator_step ( struct validator *validator ) {
479
478
list_for_each_entry ( link, &validator->chain->links, list ) {
480
cert = issuer;
481
issuer = link->cert;
482
- previous = link;
483
if ( ! cert )
484
continue;
485
if ( ! issuer->valid )
0 commit comments