From 72e831159d5cddec08f84bae07236b81f349b8b3 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Thu, 9 Sep 2010 18:01:22 +0200 Subject: [PATCH] "encrypt" identity --- init_sec_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init_sec_context.c b/init_sec_context.c index 48784dd..6e406ae 100644 --- a/init_sec_context.c +++ b/init_sec_context.c @@ -334,7 +334,7 @@ eapGssSmInitAuthenticate(OM_uint32 *minor, if (GSS_ERROR(major)) goto cleanup; - resp = eap_sm_buildIdentity(ctx->initiatorCtx.eap, 0, 0); + resp = eap_sm_buildIdentity(ctx->initiatorCtx.eap, 0, 1); major = GSS_S_CONTINUE_NEEDED; goto cleanup; } else { -- 2.1.4