(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:
@@ -142,6 +142,8 @@ struct hx509_keyset_ops {
|
||||
int (*iter_start)(hx509_context, hx509_certs, void *, void **);
|
||||
int (*iter)(hx509_context, hx509_certs, void *, void *, hx509_cert *);
|
||||
int (*iter_end)(hx509_context, hx509_certs, void *, void *);
|
||||
int (*printinfo)(hx509_context, hx509_certs,
|
||||
void *, int (*)(void *, char *), void *);
|
||||
};
|
||||
|
||||
struct _hx509_password {
|
||||
|
Reference in New Issue
Block a user