Skip to content

Commit

Permalink
ASN.1: Define indefinite length marker constant
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Howells authored and Rusty Russell committed Dec 14, 2012
1 parent 34182ee commit facc0a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/linux/asn1.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,6 @@ enum asn1_tag {
ASN1_LONG_TAG = 31 /* Long form tag */
};

#define ASN1_INDEFINITE_LENGTH 0x80

#endif /* _LINUX_ASN1_H */

0 comments on commit facc0a6

Please sign in to comment.