Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit facc0a6b authored by David Howells's avatar David Howells Committed by Rusty Russell
Browse files

ASN.1: Define indefinite length marker constant



Define a constant to hold the marker value seen in an indefinite-length
element.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 34182eea
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -64,4 +64,6 @@ enum asn1_tag {
	ASN1_LONG_TAG	= 31	/* Long form tag */
};

#define ASN1_INDEFINITE_LENGTH 0x80

#endif /* _LINUX_ASN1_H */