gss: check for replays in test_context
authorLuke Howard <lukeh@padl.com>
Tue, 14 Apr 2020 10:02:59 +0000 (20:02 +1000)
committerLuke Howard <lukeh@padl.com>
Tue, 14 Apr 2020 10:03:29 +0000 (20:03 +1000)
Add GSS_C_REPLAY_FLAG to the default set of flags in test_context.

lib/gssapi/test_context.c

index 93253a0d3787b952e5afb022f98969e8561640cf..91ad99a07a240bd1e2ab4024b62179e5da921503 100644 (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;