Merge branch 'master' into tlv-mic
[moonshot.git] / moonshot / mech_eap / util_context.c
index 148afed..d6ce55b 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;