[gcr] egg: Fix build with libtasn1 >= 3.1
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcr] egg: Fix build with libtasn1 >= 3.1
- Date: Mon, 18 Feb 2013 14:16:39 +0000 (UTC)
commit 893b0f9561af70ad1642f0aa8d6c4219a1633166
Author: Sebastian Keller <sebastian-keller gmx de>
Date: Mon Feb 18 15:13:28 2013 +0100
egg: 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]