Adapt to change in hx509_cms_create_signed_1.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17171 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-22 12:10:16 +00:00
parent d4b5b1b420
commit 313fa917d5
2 changed files with 5 additions and 1 deletions

View File

@@ -827,6 +827,8 @@ pk_mk_pa_reply_dh(krb5_context context,
buf.length, buf.length,
NULL, NULL,
cert, cert,
kdc_identity->anchors,
kdc_identity->certpool,
&signed_data); &signed_data);
hx509_cert_free(cert); hx509_cert_free(cert);
} }

View File

@@ -122,7 +122,7 @@ integer_to_BN(krb5_context context, const char *field, const heim_integer *f)
} }
krb5_error_code KRB5_LIB_FUNCTION static krb5_error_code
_krb5_pk_create_sign(krb5_context context, _krb5_pk_create_sign(krb5_context context,
const heim_oid *eContentType, const heim_oid *eContentType,
krb5_data *eContent, krb5_data *eContent,
@@ -151,6 +151,8 @@ _krb5_pk_create_sign(krb5_context context,
eContent->length, eContent->length,
NULL, NULL,
cert, cert,
NULL,
NULL,
sd_data); sd_data);
hx509_cert_free(cert); hx509_cert_free(cert);