diff options
author | Stef Walter <stefw@gnome.org> | 2013-03-06 16:28:22 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-03-16 05:59:05 +0100 |
commit | 2e45a1dc4ad7f6e6bed5b357af3a520d56796875 (patch) | |
tree | 5f2344faef433b49f9c4ea501ea539e42041655d | |
parent | 76a3c391004ca1a91afdd704aa0e944ec334e3f4 (diff) |
pkcs11: More fixes for libtasn1 3.1 and later
* We really should be doing this diferrently. However
for now just fix the build
-rw-r--r-- | pkcs11/gkm/tests/test-data-asn1.c | 1 | ||||
-rw-r--r-- | 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 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" |