Rename ASN1_BITFIELD to ASN1_BIT_STRING.
[ira/wip.git] / lib / util / asn1.h
index b147cccdee0b35ba953c9c9452bcd45770a429b2..4c6624056e0c6973f4945ec4055d54b63f4a3253 100644 (file)
@@ -46,7 +46,7 @@ typedef struct asn1_data ASN1_DATA;
 #define ASN1_OID 0x6
 #define ASN1_BOOLEAN 0x1
 #define ASN1_INTEGER 0x2
-#define ASN1_BITFIELD 0x3
+#define ASN1_BIT_STRING 0x3
 #define ASN1_ENUMERATED 0xa
 #define ASN1_SET 0x31