From: Luke Howard Date: Thu, 23 Sep 2010 23:23:58 +0000 (+0200) Subject: cleanup X-Git-Tag: vm/20110310~233^2 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=commitdiff_plain;h=4c822665dcd5b2becc04c30e2a1655650fcb1c3c cleanup --- diff --git a/export_sec_context.c b/export_sec_context.c index f0d0c75..021e366 100644 --- a/export_sec_context.c +++ b/export_sec_context.c @@ -88,7 +88,7 @@ gssEapExportSecContext(OM_uint32 *minor, goto cleanup; } - length = 16; /* version, state, flags, etc */ + length = 16; /* version, state, flags, */ length += 4 + ctx->mechanismUsed->length; /* mechanismUsed */ length += 12 + key.length; /* rfc3961Key.value */ length += 4 + initiatorName.length; /* initiatorName.value */