clean up
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13149 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -61,6 +61,7 @@ struct krb5_pk_identity {
|
|||||||
EVP_PKEY *private_key;
|
EVP_PKEY *private_key;
|
||||||
STACK_OF(X509) *cert;
|
STACK_OF(X509) *cert;
|
||||||
STACK_OF(X509) *trusted_certs;
|
STACK_OF(X509) *trusted_certs;
|
||||||
|
STACK_OF(X509_CRL) *crls;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* XXX copied from lib/krb5/pkinit.c */
|
/* 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 krb5_pk_identity *kdc_identity;
|
||||||
static struct pk_principal_mapping principal_mappings;
|
static struct pk_principal_mapping principal_mappings;
|
||||||
|
|
||||||
/*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user