dect
/
linux-2.6
Archived
13
0
Fork 0

ASN.1: Define indefinite length marker constant

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

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
David Howells 2012-12-05 11:55:28 +10:30 committed by Rusty Russell
parent 34182eea36
commit facc0a6bd4
1 changed files with 2 additions and 0 deletions

View File

@ -64,4 +64,6 @@ enum asn1_tag {
ASN1_LONG_TAG = 31 /* Long form tag */
};
#define ASN1_INDEFINITE_LENGTH 0x80
#endif /* _LINUX_ASN1_H */