From d773c993ca81650edc5189ed79a165596923c739 Mon Sep 17 00:00:00 2001 From: David Howells Date: Wed, 5 Dec 2012 11:55:28 +1030 Subject: [PATCH] --- yaml --- r: 347100 b: refs/heads/master c: facc0a6bd494ce21e31b34fc355ecf702518272b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/asn1.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 7d241470f191..89bca142fb65 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 34182eea36fc1d70d748b0947c873314980ba806 +refs/heads/master: facc0a6bd494ce21e31b34fc355ecf702518272b diff --git a/trunk/include/linux/asn1.h b/trunk/include/linux/asn1.h index 5c3f4e4b9a23..eed6982860ba 100644 --- a/trunk/include/linux/asn1.h +++ b/trunk/include/linux/asn1.h @@ -64,4 +64,6 @@ enum asn1_tag { ASN1_LONG_TAG = 31 /* Long form tag */ }; +#define ASN1_INDEFINITE_LENGTH 0x80 + #endif /* _LINUX_ASN1_H */