From baeebd4113c1b09353dbeed6f3ccc80cfbd082dc Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Tue, 14 Apr 2020 20:02:59 +1000 Subject: [PATCH] gss: check for replays in test_context Add GSS_C_REPLAY_FLAG to the default set of flags in test_context. --- lib/gssapi/test_context.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/gssapi/test_context.c b/lib/gssapi/test_context.c index 93253a0d3..91ad99a07 100644 --- a/lib/gssapi/test_context.c +++ b/lib/gssapi/test_context.c @@ -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;