Index: net/base/asn1_util.h |
diff --git a/net/base/asn1_util.h b/net/base/asn1_util.h |
index aef1ec962c945ff8e0d1f97d58919084c6e5b14a..0b712985587b8d68424253d0cd8cc4a3c47e4a3d 100644 |
--- a/net/base/asn1_util.h |
+++ b/net/base/asn1_util.h |
@@ -17,6 +17,7 @@ namespace asn1 { |
// These are the DER encodings of the tag byte for ASN.1 objects. |
static const unsigned kBOOLEAN = 0x01; |
static const unsigned kINTEGER = 0x02; |
+static const unsigned kBITSTRING = 0x03; |
static const unsigned kOCTETSTRING = 0x04; |
static const unsigned kOID = 0x06; |
static const unsigned kSEQUENCE = 0x30; |