(hx509_keyset_ops): add printinfo

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17965 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-09-04 07:21:23 +00:00
parent 9537609087
commit e678f6b2a5

View File

@@ -142,6 +142,8 @@ struct hx509_keyset_ops {
int (*iter_start)(hx509_context, hx509_certs, void *, void **); int (*iter_start)(hx509_context, hx509_certs, void *, void **);
int (*iter)(hx509_context, hx509_certs, void *, void *, hx509_cert *); int (*iter)(hx509_context, hx509_certs, void *, void *, hx509_cert *);
int (*iter_end)(hx509_context, hx509_certs, void *, void *); int (*iter_end)(hx509_context, hx509_certs, void *, void *);
int (*printinfo)(hx509_context, hx509_certs,
void *, int (*)(void *, char *), void *);
}; };
struct _hx509_password { struct _hx509_password {