gss: check for replays in test_context

Add GSS_C_REPLAY_FLAG to the default set of flags in test_context.
This commit is contained in:
Luke Howard
2020-04-14 20:02:59 +10:00
parent 8fad2cf5c3
commit baeebd4113

View File

@@ -169,6 +169,7 @@ loop(gss_OID mechoid,
*actual_mech = GSS_C_NO_OID;
flags |= GSS_C_REPLAY_FLAG;
flags |= GSS_C_INTEG_FLAG;
flags |= GSS_C_CONF_FLAG;