git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13149 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-11-24 06:18:23 +00:00
parent c90cadbe73
commit 7afa1d35ae

View File

@@ -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;
/*
*
*/
/*
*
*/