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:
@@ -156,7 +156,7 @@ match_localkeyid(hx509_context context,
|
||||
|
||||
q.local_key_id = &value->localKeyId;
|
||||
|
||||
ret = _hx509_certs_find(context, certs, &q, &cert);
|
||||
ret = hx509_certs_find(context, certs, &q, &cert);
|
||||
if (ret == 0) {
|
||||
|
||||
if (value->private_key) {
|
||||
|
Reference in New Issue
Block a user