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