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 */