hx509_certs_find is now exposed.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16811 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -113,7 +113,7 @@ find_CMSIdentifier(hx509_context context,
|
||||
|
||||
q.match |= match;
|
||||
|
||||
ret = _hx509_certs_find(context, certs, &q, &cert);
|
||||
ret = hx509_certs_find(context, certs, &q, &cert);
|
||||
if (ret)
|
||||
return ret;
|
||||
|
||||
|
Reference in New Issue
Block a user