asn1: fix incorrect tag value for UT_UniversalString
This commit is contained in:

committed by
Nico Williams

parent
c132e6ff49
commit
6a3604caf1
@@ -67,9 +67,9 @@ enum {
|
||||
UT_IA5String = 22,
|
||||
UT_UTCTime = 23,
|
||||
UT_GeneralizedTime = 24,
|
||||
UT_UniversalString = 25,
|
||||
UT_VisibleString = 26,
|
||||
UT_GeneralString = 27,
|
||||
UT_UniversalString = 28,
|
||||
UT_BMPString = 30,
|
||||
/* unsupported types */
|
||||
UT_ObjectDescriptor = 7,
|
||||
|
Reference in New Issue
Block a user