From e678f6b2a5e118ba10913d7bb1c57d7cbb44f68d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 4 Sep 2006 07:21:23 +0000 Subject: [PATCH] (hx509_keyset_ops): add printinfo git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17965 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hx_locl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/hx509/hx_locl.h b/lib/hx509/hx_locl.h index d8fef96cd..3eceee32e 100644 --- a/lib/hx509/hx_locl.h +++ b/lib/hx509/hx_locl.h @@ -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 {