hack: force mutual to be true
authormoonshot <moonshot@moonshot-test.project-moonshot.org>
Mon, 4 Apr 2011 18:47:27 +0000 (14:47 -0400)
committerLuke Howard <lukeh@padl.com>
Tue, 17 May 2011 09:43:35 +0000 (11:43 +0200)
Force mutual to be true for the vm-integ brach so ssh works

moonshot/mech_eap/util_context.c

index e9a9308..5a39424 100644 (file)
@@ -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;