From 510d9d599a8cb8d92ed0c777870290f50c267254 Mon Sep 17 00:00:00 2001 From: Sebastian Keller Date: Mon, 18 Feb 2013 14:42:37 +0100 Subject: 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(+) (limited to 'egg') diff --git a/egg/egg-asn1-defs.c b/egg/egg-asn1-defs.c index 8295ec00..e1a6d1ea 100644 --- a/egg/egg-asn1-defs.c +++ b/egg/egg-asn1-defs.c @@ -28,6 +28,7 @@ #include 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 3bd43a5d..c6f2dd9b 100644 --- a/egg/tests/test-asn1.c +++ b/egg/tests/test-asn1.c @@ -34,6 +34,7 @@ #include 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 133cbf99..783eebbf 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 -- cgit v1.2.1