summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/asn1/der.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal/lib/asn1/der.h')
-rw-r--r--source4/heimdal/lib/asn1/der.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/asn1/der.h b/source4/heimdal/lib/asn1/der.h
index 3b6f30887c..5b24b917d8 100644
--- a/source4/heimdal/lib/asn1/der.h
+++ b/source4/heimdal/lib/asn1/der.h
@@ -52,7 +52,7 @@ typedef enum {PRIM = 0, CONS = 1} Der_type;
enum {
UT_EndOfContent = 0,
UT_Boolean = 1,
- UT_Integer = 2,
+ UT_Integer = 2,
UT_BitString = 3,
UT_OctetString = 4,
UT_Null = 5,