pass hx509_context to the matching function
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24619 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -145,7 +145,7 @@ struct hx509_query_data {
|
||||
Name *subject_name;
|
||||
hx509_path *path;
|
||||
char *friendlyname;
|
||||
int (*cmp_func)(void *, hx509_cert);
|
||||
int (*cmp_func)(hx509_context, hx509_cert, void *);
|
||||
void *cmp_func_ctx;
|
||||
heim_octet_string *keyhash_sha1;
|
||||
time_t timenow;
|
||||
|
Reference in New Issue
Block a user