- [[[ Broken commit ]]]

More intermediate work.
This commit is contained in:
ccremers
2006-02-26 17:18:59 +00:00
parent 0ce88af6ac
commit 95df010a54
7 changed files with 338 additions and 2 deletions

View File

@@ -823,6 +823,11 @@ roleInstanceArachne (const System sys, const Protocol protocol,
/* length */
runs[rid].rolelength = roledef_length (runs[rid].start);
/* [[[ Hack ]]] this length is minimally 3 (to help the construction of the encryptors/decryptors from bare roledefs */
if (runs[rid].rolelength < 3)
{
runs[rid].rolelength = 3;
}
/* new graph to create */
dependPushRun (sys);