- Using the scyther.py -e command, I found and fixed some errors.

This commit is contained in:
ccremers
2005-03-03 15:29:35 +00:00
parent 531f0aa469
commit 533cf46080
5 changed files with 8 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ protocol ns3speedtest(I,R)
read_1(I,R, {I,ni}pk(R) );
send_2(R,I, {ni,nr}pk(I) );
read_3(I,R, {nr}pk(R) );
claim_5(I,Secret,ni);
claim_5(R,Secret,ni);
}
}