Commit 6817232c authored by berge's avatar berge
Browse files

Added 'isPdu' to CvCertificate to be able to use it with decvalue()

parent 57a8a5c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1110,7 +1110,7 @@ module ePassport_Types {
						CvCertificateValue tlvValue
					}
					with {
						variant "present=bytes(2,0x7f21)";
						variant "isPDU;present=bytes(2,0x7f21)";
						variant (tlvLength)	"intTag='tlvLength'";
						variant (tlvValue)	"length=getIntTag('tlvLength');unsigned;";
					}