cleanup
authorLuke Howard <lukeh@padl.com>
Thu, 23 Sep 2010 23:23:58 +0000 (01:23 +0200)
committerLuke Howard <lukeh@padl.com>
Thu, 23 Sep 2010 23:23:58 +0000 (01:23 +0200)
export_sec_context.c

index f0d0c75..021e366 100644 (file)
@@ -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 */