summaryrefslogtreecommitdiff
path: root/egg
diff options
context:
space:
mode:
Diffstat (limited to 'egg')
-rw-r--r--egg/egg-asn1x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/egg/egg-asn1x.h b/egg/egg-asn1x.h
index e74ff8df..aea3986d 100644
--- a/egg/egg-asn1x.h
+++ b/egg/egg-asn1x.h
@@ -67,7 +67,7 @@ typedef enum {
EGG_ASN1X_GENERALIZED_TIME = 37,
} EggAsn1xType;
-enum {
+typedef enum {
EGG_ASN1X_NO_STRICT = 0x01,
} EggAsn1xFlags;