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:
parent
34182eea36
commit
facc0a6bd4
1 changed files with 2 additions and 0 deletions
|
@ -64,4 +64,6 @@ enum asn1_tag {
|
|||
ASN1_LONG_TAG = 31 /* Long form tag */
|
||||
};
|
||||
|
||||
#define ASN1_INDEFINITE_LENGTH 0x80
|
||||
|
||||
#endif /* _LINUX_ASN1_H */
|
||||
|
|
Loading…
Reference in a new issue