mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Coverity 1531872: j is not used anywhere later, remove the assignment
This commit is contained in:
parent
c4ce0e3303
commit
4bcbf8d444
@ -358,7 +358,6 @@ static int get_cert_by_subject_ex(X509_LOOKUP *xl, X509_LOOKUP_TYPE type,
|
||||
tmp = sk_X509_OBJECT_value(xl->store_ctx->objs, j);
|
||||
X509_STORE_unlock(xl->store_ctx);
|
||||
} else {
|
||||
j = -1;
|
||||
tmp = NULL;
|
||||
}
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user