(verify_ocsp): spelling.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16992 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -128,7 +128,7 @@ verify_ocsp(hx509_context context,
|
|||||||
q.keyhash_sha1 = &ocsp->ocsp.tbsResponseData.responderID.u.byKey;
|
q.keyhash_sha1 = &ocsp->ocsp.tbsResponseData.responderID.u.byKey;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
q.match =|HX509_QUERY_MATCH_ISSUER_NAME;
|
q.match |= HX509_QUERY_MATCH_ISSUER_NAME;
|
||||||
q.issuer_name = &_hx509_get_cert(parent)->tbsCertificate.issuer;
|
q.issuer_name = &_hx509_get_cert(parent)->tbsCertificate.issuer;
|
||||||
|
|
||||||
ret = hx509_certs_find(context, certs, &q, &signer);
|
ret = hx509_certs_find(context, certs, &q, &signer);
|
||||||
|
Reference in New Issue
Block a user