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:
@@ -84,6 +84,16 @@ typedef struct hx509_octet_string_list {
|
|||||||
heim_octet_string *val;
|
heim_octet_string *val;
|
||||||
} hx509_octet_string_list;
|
} 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.
|
* Options passed to hx509_query_match_option.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user