From 728092c223204346f774a6f55f2d01cefb63543d Mon Sep 17 00:00:00 2001 From: moonshot Date: Mon, 4 Apr 2011 14:47:27 -0400 Subject: [PATCH] hack: force mutual to be true Force mutual to be true for the vm-integ brach so ssh works --- moonshot/mech_eap/util_context.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.1.4