summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/gssapi/krb5/gsskrb5-private.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-08-08 15:01:15 +0200
committerStefan Metzmacher <metze@samba.org>2008-08-08 15:29:17 +0200
commit5569132f45e12011697d2f465be9f33f34a5ea60 (patch)
tree6d37788caad4ada9bfee2e1012e3688ec5454a84 /source4/heimdal/lib/gssapi/krb5/gsskrb5-private.h
parentdd35840d9be4acff6fe2ff4f268039adf828d871 (diff)
downloadsamba-5569132f45e12011697d2f465be9f33f34a5ea60.tar.gz
samba-5569132f45e12011697d2f465be9f33f34a5ea60.tar.bz2
samba-5569132f45e12011697d2f465be9f33f34a5ea60.zip
gsskrb5: try to be compatible with windows for gss_wrap* and cfx
The good thing is that windows and heimdal both use EC=0 in the non DCE_STYLE case, so we need the windows compat hack only in DCE_STYLE mode. metze (This used to be commit 0fa41a94e466d5e11bcf362ccd8ff41b72733d1a)
Diffstat (limited to 'source4/heimdal/lib/gssapi/krb5/gsskrb5-private.h')
-rw-r--r--source4/heimdal/lib/gssapi/krb5/gsskrb5-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/heimdal/lib/gssapi/krb5/gsskrb5-private.h b/source4/heimdal/lib/gssapi/krb5/gsskrb5-private.h
index 64a0dd36b1..f6edb8b247 100644
--- a/source4/heimdal/lib/gssapi/krb5/gsskrb5-private.h
+++ b/source4/heimdal/lib/gssapi/krb5/gsskrb5-private.h
@@ -661,6 +661,7 @@ _gsskrb5cfx_max_wrap_length_cfx (
krb5_error_code
_gsskrb5cfx_wrap_length_cfx (
+ const gsskrb5_ctx /*context_handle*/,
krb5_context /*context*/,
krb5_crypto /*crypto*/,
int /*conf_req_flag*/,