commit | facc0a6bd494ce21e31b34fc355ecf702518272b | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Dec 05 11:55:28 2012 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri Dec 14 13:06:41 2012 +1030 |
tree | aa15ebb9d41f6a7c5ffb75b030f0bd9cdb506d32 | |
parent | 34182eea36fc1d70d748b0947c873314980ba806 [diff] [blame] |
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>
diff --git a/include/linux/asn1.h b/include/linux/asn1.h index 5c3f4e4..eed6982 100644 --- a/include/linux/asn1.h +++ b/include/linux/asn1.h
@@ -64,4 +64,6 @@ ASN1_LONG_TAG = 31 /* Long form tag */ }; +#define ASN1_INDEFINITE_LENGTH 0x80 + #endif /* _LINUX_ASN1_H */