summaryrefslogtreecommitdiff
path: root/egg
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2016-11-11 23:59:00 -0800
committerStef Walter <stefw@gnome.org>2016-11-14 11:13:32 +0100
commit79b57cd3cf6a4fc28d79bc24892865eef9faf2d5 (patch)
treebf926a3712c7d300e622be6873d9f027113fcf37 /egg
parent9d0237ef6a71bb4748f60d82abf4aa1251502f78 (diff)
downloadgnome-keyring-79b57cd3cf6a4fc28d79bc24892865eef9faf2d5.tar.gz
egg-asn1x: Change EggAsn1xFlags to typedef
Otherwise, including this header in two translation units later linked together will fail compilation. https://bugzilla.gnome.org/show_bug.cgi?id=774312
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;