[gnome-keyring] egg-asn1x: Change EggAsn1xFlags to typedef
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-keyring] egg-asn1x: Change EggAsn1xFlags to typedef
- Date: Mon, 14 Nov 2016 10:18:14 +0000 (UTC)
commit 79b57cd3cf6a4fc28d79bc24892865eef9faf2d5
Author: Philip Chimento <philip chimento gmail com>
Date: Fri Nov 11 23:59:00 2016 -0800
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
egg/egg-asn1x.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/egg/egg-asn1x.h b/egg/egg-asn1x.h
index e74ff8d..aea3986 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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]