Commit 6a43a72f authored by fetke's avatar fetke
Browse files

fixed a typo

parent 1d082adf
Loading
Loading
Loading
Loading
+320 −320
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ module ePassport_Types {
					ManageSecurityEnvironmentPayload payload optional // presence depends on p2 (present if 0xa4, 0xa6, 0xaa, 0xb4, 0xb6, 0xb8)
				}

				group ManageSecurityEnvironmentP1 {
				group ManageSecurityEnvironmentP1Group {

					type record ManageSecurityEnvironmentP1 {
						MseSecureMessagingInCommandDataField mseSecureMessagingInCommandDataField,
@@ -153,11 +153,11 @@ module ePassport_Types {
						e_mseFunctionErase(4)
					} with {variant "length=4"}

				} // end ManageSecurityEnvironmentP1
				} // end ManageSecurityEnvironmentP1Group

				type Oct1 ManageSecurityEnvironmentP2;

				group ManageSecurityEnvironmentPayload {
				group ManageSecurityEnvironmentPayloadGroup {

					type union ManageSecurityEnvironmentPayload {
						CrtAT crtAT,
@@ -169,7 +169,7 @@ module ePassport_Types {
						RawPayload rawPayload
					}

				} // end ManageSecurityEnvironmentPayload
				} // end ManageSecurityEnvironmentPayloadGroup

			} // end ManageSecurityEnvironment

@@ -199,8 +199,8 @@ module ePassport_Types {
				type record SelectP2 {
					Bit4 reserved,
					FileControlInformation fileControlInformation,
        			FileOccurrence fileOccurence	
        		} with {variant "length=2"}
					FileOccurrence fileOccurrence
				}

				type enumerated FileControlInformation {
					e_returnFCITemplate(0),