Update hx509_cms_create_signed_1.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19120 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-11-26 15:50:48 +00:00
parent 1ad4760402
commit ddfe47e5e1
3 changed files with 4 additions and 0 deletions

View File

@@ -752,6 +752,7 @@ pk_mk_pa_reply_enckey(krb5_context context,
buf.length, buf.length,
NULL, NULL,
cert, cert,
NULL,
kdc_identity->anchors, kdc_identity->anchors,
kdc_identity->certpool, kdc_identity->certpool,
&signed_data); &signed_data);
@@ -864,6 +865,7 @@ pk_mk_pa_reply_dh(krb5_context context,
buf.length, buf.length,
NULL, NULL,
cert, cert,
NULL,
kdc_identity->anchors, kdc_identity->anchors,
kdc_identity->certpool, kdc_identity->certpool,
&signed_data); &signed_data);

View File

@@ -228,6 +228,7 @@ cms_create_sd(struct cms_create_sd_options *opt, int argc, char **argv)
sz, sz,
NULL, NULL,
cert, cert,
NULL,
anchors, anchors,
pool, pool,
&o); &o);

View File

@@ -155,6 +155,7 @@ _krb5_pk_create_sign(krb5_context context,
NULL, NULL,
cert, cert,
NULL, NULL,
NULL,
id->certs, id->certs,
sd_data); sd_data);
hx509_cert_free(cert); hx509_cert_free(cert);