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:
@@ -827,6 +827,8 @@ pk_mk_pa_reply_dh(krb5_context context,
|
||||
buf.length,
|
||||
NULL,
|
||||
cert,
|
||||
kdc_identity->anchors,
|
||||
kdc_identity->certpool,
|
||||
&signed_data);
|
||||
hx509_cert_free(cert);
|
||||
}
|
||||
|
@@ -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,
|
||||
const heim_oid *eContentType,
|
||||
krb5_data *eContent,
|
||||
@@ -151,6 +151,8 @@ _krb5_pk_create_sign(krb5_context context,
|
||||
eContent->length,
|
||||
NULL,
|
||||
cert,
|
||||
NULL,
|
||||
NULL,
|
||||
sd_data);
|
||||
hx509_cert_free(cert);
|
||||
|
||||
|
Reference in New Issue
Block a user