PEM struct/function declarations.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21310 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-25 18:26:06 +00:00
parent 1f5b66439c
commit de375f7467

View File

@@ -84,6 +84,16 @@ typedef struct hx509_octet_string_list {
heim_octet_string *val;
} hx509_octet_string_list;
typedef struct hx509_pem_header {
struct hx509_pem_header *next;
char *header;
char *value;
} hx509_pem_header;
typedef int
(*hx509_pem_read_func)(hx509_context, const char *, const hx509_pem_header *,
const void *, size_t, void *ctx);
/*
* Options passed to hx509_query_match_option.
*/