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:
Love Hörnquist Åstrand
2006-04-22 11:38:39 +00:00
parent 0cf7710dea
commit 8699156461
2 changed files with 44 additions and 31 deletions

View File

@@ -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;