Commit 9742c8d8 authored by schmitting's avatar schmitting
Browse files

small corrections in IkeSad

parent 56405873
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -54,7 +54,6 @@ module LibIpv6_Rfc4306Ikev2_Functions {
		vc_ikeSad[c_saOut].nI := int2oct(float2int(int2float(20000-5000)*rnd())+5000, 16);
		vc_ikeSad[c_saOut].nR := int2oct(float2int(int2float(20000-5000)*rnd())+5000, 16);
		vc_ikeSad[c_saOut].proposalNr := 1;//smu not needed anymore delete
		vc_ikeSad[c_saOut].messageId := 0;
	} // end f_fillIkeSaFromPIXIT SaProposal


+2 −1
Original line number Diff line number Diff line
@@ -1062,7 +1062,8 @@
			octetstring nI,//new smu nonce
			octetstring nR,//new smu nonce
			UInt8 proposalNr,//new smu nonce
			UInt32 messageId//new smu nonce
			UInt16 udpSourcePort,
			UInt16 udpDestPort
		}
		with {
			variant "TODO";