From 1f5b3f1f1d77e45de474170ef15c0f3f62422f5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 8 Apr 2008 08:16:28 +0000 Subject: [PATCH] Pick up krb5_pk_identity from krb5_locl.h. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22907 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kdc/pkinit.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/kdc/pkinit.c b/kdc/pkinit.c index b158e5030..a6362e83b 100644 --- a/kdc/pkinit.c +++ b/kdc/pkinit.c @@ -45,16 +45,6 @@ RCSID("$Id$"); #include #include "crypto-headers.h" -/* XXX copied from lib/krb5/pkinit.c */ -struct krb5_pk_identity { - hx509_context hx509ctx; - hx509_verify_ctx verify_ctx; - hx509_certs certs; - hx509_certs anchors; - hx509_certs certpool; - hx509_revoke_ctx revoke; -}; - enum pkinit_type { PKINIT_COMPAT_WIN2K = 1, PKINIT_COMPAT_27 = 3