summaryrefslogtreecommitdiff
path: root/pkcs11
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-03-06 16:28:22 +0100
committerStef Walter <stefw@gnome.org>2013-03-16 05:59:05 +0100
commit2e45a1dc4ad7f6e6bed5b357af3a520d56796875 (patch)
tree5f2344faef433b49f9c4ea501ea539e42041655d /pkcs11
parent76a3c391004ca1a91afdd704aa0e944ec334e3f4 (diff)
pkcs11: More fixes for libtasn1 3.1 and later
* We really should be doing this diferrently. However for now just fix the build
Diffstat (limited to 'pkcs11')
-rw-r--r--pkcs11/gkm/tests/test-data-asn1.c1
-rw-r--r--pkcs11/xdg-store/gkm-xdg-asn1-defs.c1
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 eb39b216..b66f034e 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 403f620e..0d6b2767 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"