_hx509_set_cert_attribute changed signature
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17403 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -164,7 +164,7 @@ certBag_parser(hx509_context context,
|
||||
const heim_oid *oid = (*(oids[i]))();
|
||||
attr = find_attribute(attrs, oid);
|
||||
if (attr)
|
||||
_hx509_set_cert_attribute(cert, oid, &attr->attrValues);
|
||||
_hx509_set_cert_attribute(context, cert, oid, &attr->attrValues);
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user