[gnome-keyring] Fix build with libtasn1 >= 3.1



commit 510d9d599a8cb8d92ed0c777870290f50c267254
Author: Sebastian Keller <sebastian-keller gmx de>
Date:   Mon Feb 18 14:42:37 2013 +0100

    Fix build with libtasn1 >= 3.1

 egg/egg-asn1-defs.c     |    1 +
 egg/tests/test-asn1.c   |    1 +
 egg/tests/test-symkey.c |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/egg/egg-asn1-defs.c b/egg/egg-asn1-defs.c
index 8295ec0..e1a6d1e 100644
--- a/egg/egg-asn1-defs.c
+++ b/egg/egg-asn1-defs.c
@@ -28,6 +28,7 @@
 #include <stdlib.h>
 
 typedef struct _EggAsn1xDef ASN1_ARRAY_TYPE;
+typedef struct _EggAsn1xDef asn1_static_node;
 
 #include "pk.asn.h"
 #include "pkix.asn.h"
diff --git a/egg/tests/test-asn1.c b/egg/tests/test-asn1.c
index 3bd43a5..c6f2dd9 100644
--- a/egg/tests/test-asn1.c
+++ b/egg/tests/test-asn1.c
@@ -34,6 +34,7 @@
 #include <string.h>
 
 typedef struct _EggAsn1xDef ASN1_ARRAY_TYPE;
+typedef struct _EggAsn1xDef asn1_static_node;
 #include "test.asn.h"
 
 const gchar I33[] =           "\x02\x01\x2A";
diff --git a/egg/tests/test-symkey.c b/egg/tests/test-symkey.c
index 133cbf9..783eebb 100644
--- a/egg/tests/test-symkey.c
+++ b/egg/tests/test-symkey.c
@@ -31,6 +31,7 @@
 #include "egg/egg-testing.h"
 
 typedef struct _EggAsn1xDef ASN1_ARRAY_TYPE;
+typedef struct _EggAsn1xDef asn1_static_node;
 #include "test.asn.h"
 
 #include <gcrypt.h>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]