Export sequence order element. From Wynn Wilkes <wynn.wilkes@quest.com>.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17061 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-12 17:45:22 +00:00
parent 6b8576e29f
commit 8d95c53570
2 changed files with 10 additions and 0 deletions

View File

@@ -207,6 +207,11 @@ gss_export_sec_context (
*minor_status = kret;
goto failure;
}
kret = _gssapi_msg_order_export(sp, (*context_handle)->order);
if (kret ) {
*minor_status = kret;
goto failure;
}
kret = krb5_storage_to_data (sp, &data);
krb5_storage_free (sp);