Expose the path building function to internal functions.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17167 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -68,6 +68,7 @@
|
||||
|
||||
struct hx509_keyset_ops;
|
||||
struct hx509_collector;
|
||||
typedef struct hx509_path hx509_path;
|
||||
|
||||
#include <hx509.h>
|
||||
#include <hx509-private.h>
|
||||
@@ -83,10 +84,10 @@ struct hx509_name_data {
|
||||
Name der_name;
|
||||
};
|
||||
|
||||
typedef struct hx509_path {
|
||||
struct hx509_path {
|
||||
size_t len;
|
||||
hx509_cert *val;
|
||||
} hx509_path;
|
||||
};
|
||||
|
||||
struct hx509_query_data {
|
||||
int match;
|
||||
|
Reference in New Issue
Block a user