Coverity 1531872: j is not used anywhere later, remove the assignment

This commit is contained in:
Tomas Mraz 2023-06-07 13:18:26 +02:00 committed by Todd Short
parent c4ce0e3303
commit 4bcbf8d444

View File

@ -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;
}
/*