asn1: fix incorrect tag value for UT_UniversalString

This commit is contained in:
Luke Howard
2022-11-13 10:11:05 +11:00
committed by Nico Williams
parent c132e6ff49
commit 6a3604caf1

View File

@@ -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,