[gnome-keyring] pkcs11: More fixes for libtasn1 3.1 and later
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-keyring] pkcs11: More fixes for libtasn1 3.1 and later
- Date: Sat, 16 Mar 2013 04:59:43 +0000 (UTC)
commit 2e45a1dc4ad7f6e6bed5b357af3a520d56796875
Author: Stef Walter <stefw gnome org>
Date: Wed Mar 6 16:28:22 2013 +0100
pkcs11: More fixes for libtasn1 3.1 and later
* We really should be doing this diferrently. However
for now just fix the build
pkcs11/gkm/tests/test-data-asn1.c | 1 +
pkcs11/xdg-store/gkm-xdg-asn1-defs.c | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/pkcs11/gkm/tests/test-data-asn1.c b/pkcs11/gkm/tests/test-data-asn1.c
index eb39b21..b66f034 100644
--- a/pkcs11/gkm/tests/test-data-asn1.c
+++ b/pkcs11/gkm/tests/test-data-asn1.c
@@ -37,6 +37,7 @@
#include "egg/egg-asn1-defs.h"
typedef struct _EggAsn1xDef ASN1_ARRAY_TYPE;
+typedef struct _EggAsn1xDef asn1_static_node;
#include "test.asn.h"
typedef struct {
diff --git a/pkcs11/xdg-store/gkm-xdg-asn1-defs.c b/pkcs11/xdg-store/gkm-xdg-asn1-defs.c
index 403f620..0d6b276 100644
--- a/pkcs11/xdg-store/gkm-xdg-asn1-defs.c
+++ b/pkcs11/xdg-store/gkm-xdg-asn1-defs.c
@@ -28,5 +28,6 @@
#include <stdlib.h>
typedef struct _EggAsn1xDef ASN1_ARRAY_TYPE;
+typedef struct _EggAsn1xDef asn1_static_node;
#include "xdg.asn.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]