Adapt to new signature of hx509_cms_unenvelope.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18065 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-09-11 06:38:36 +00:00
parent 15a66286ab
commit b226d0acf5
3 changed files with 15 additions and 7 deletions

View File

@@ -926,8 +926,10 @@ pk_rd_pa_reply_enckey(krb5_context context,
ret = hx509_cms_unenvelope(ctx->id->hx509ctx,
ctx->id->certs,
HX509_CMS_UE_DONT_REQUIRE_KU_ENCIPHERMENT,
rep->content->data,
rep->content->length,
NULL,
&contentType,
&content);
if (ret)