X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=util_context.c;h=78de980f8f1b8abba1e37982bf2d96cf550cf5bf;hb=40116e5c20c06208076f114278f608d52cff98f8;hp=0396e26c58c6d65458ed4a00d266dec2496b137a;hpb=a0ad79d78b1ee654561c8b51b3e4ede90046cb20;p=mech_eap.orig diff --git a/util_context.c b/util_context.c index 0396e26..78de980 100644 --- a/util_context.c +++ b/util_context.c @@ -70,7 +70,8 @@ gssEapAllocContext(OM_uint32 *minor, GSS_C_INTEG_FLAG | /* integrity */ GSS_C_CONF_FLAG | /* confidentiality */ GSS_C_SEQUENCE_FLAG | /* sequencing */ - GSS_C_REPLAY_FLAG; /* replay detection */ + GSS_C_REPLAY_FLAG| /* replay detection */ + GSS_C_MUTUAL_FLAG; /*xxx big hack */ *pCtx = ctx;