From 7afa1d35ae44da915f4d9c25eb03e53f1d10d08e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 24 Nov 2003 06:18:23 +0000 Subject: [PATCH] clean up git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13149 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kdc/pkinit.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/kdc/pkinit.c b/kdc/pkinit.c index 4ea07ba71..f876e9fe4 100644 --- a/kdc/pkinit.c +++ b/kdc/pkinit.c @@ -61,6 +61,7 @@ struct krb5_pk_identity { EVP_PKEY *private_key; STACK_OF(X509) *cert; STACK_OF(X509) *trusted_certs; + STACK_OF(X509_CRL) *crls; }; /* XXX copied from lib/krb5/pkinit.c */ @@ -121,10 +122,6 @@ extern heim_oid pkcs7_enveloped_oid; static struct krb5_pk_identity *kdc_identity; static struct pk_principal_mapping principal_mappings; -/* - * - */ - /* * */