Commit 3e68db59 authored by berge's avatar berge
Browse files

Fixed a bug in IKEv2 typesystem (UInt15 instead of UInt8 for c_saTransormAttributeKeyLength)

parent 8cdb4664
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -281,7 +281,7 @@
					group IkeRfc4306SaTransformAttributes {

						group IkeRfc4306TransformAttributeTypes {
							const UInt8	c_saTransformAttributeKeyLength		:= 14;
							const UInt15	c_saTransformAttributeKeyLength		:= 14;
						} // end group IkeRfc4306TransformAttributeTypes

						/*