From: moonshot Date: Mon, 4 Apr 2011 18:47:27 +0000 (-0400) Subject: hack: force mutual to be true X-Git-Tag: tr-beta1~147 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=commitdiff_plain;h=728092c223204346f774a6f55f2d01cefb63543d hack: force mutual to be true Force mutual to be true for the vm-integ brach so ssh works --- diff --git a/moonshot/mech_eap/util_context.c b/moonshot/mech_eap/util_context.c index e9a9308..5a39424 100644 --- a/moonshot/mech_eap/util_context.c +++ b/moonshot/mech_eap/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;