- Fixed some issues with bad protocol naming.

This commit is contained in:
ccremers
2005-01-14 11:15:37 +00:00
parent e2990e37de
commit 0f199670d3
5 changed files with 13 additions and 13 deletions

View File

@@ -2,7 +2,7 @@ const pk: Function;
secret sk: Function;
inversekeys (pk,sk);
protocol nsl3(I,R)
protocol nsl3rep(I,R)
{
role I
{
@@ -37,7 +37,7 @@ untrusted Eve;
const nc: Nonce;
compromised sk(Eve);
run nsl3.I(Agent,Agent);
run nsl3.R(Agent,Agent);
run nsl3.I(Agent,Agent);
run nsl3.R(Agent,Agent);
run nsl3rep.I(Agent,Agent);
run nsl3rep.R(Agent,Agent);
run nsl3rep.I(Agent,Agent);
run nsl3rep.R(Agent,Agent);