From 7fc94932ad28880caed82155d65dcbfe8530e791 Mon Sep 17 00:00:00 2001 From: Kouhei Sutou Date: Mon, 10 Aug 2009 12:18:58 +0900 Subject: Rename ASN1_BITFIELD to ASN1_BIT_STRING. X.690 uses "BIT STRING" not "BIT FIELD". --- lib/util/asn1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/util/asn1.h') 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 -- cgit