Skip to content

Commit d722f1f

Browse files
committed
Comment out V_ASN1_UNIVERSAL
1 parent a570f9a commit d722f1f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

SabreTools.ASN1/Enums.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ public enum ASN1Type : byte
4343

4444
#region Modifiers
4545

46-
V_ASN1_UNIVERSAL = 0x00,
46+
// Commented out because it is the default
47+
// and can interfere with V_ASN1_EOC
48+
// V_ASN1_UNIVERSAL = 0x00,
49+
4750
V_ASN1_PRIMITIVE_TAG = 0x1F,
4851
V_ASN1_CONSTRUCTED = 0x20,
4952
V_ASN1_APPLICATION = 0x40,

0 commit comments

Comments
 (0)