diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util/asn1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/asn1.h b/lib/util/asn1.h index b147cccdee..4c6624056e 100644 --- a/lib/util/asn1.h +++ b/lib/util/asn1.h @@ -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 |