aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openv2g/0001-Enable-XMLDSIG-codec-support.patch
blob: 9a6133e8e2546946520ee6028e16ac578123f414 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/testing/openv2g/0001-Enable-XMLDSIG-codec-support.patch b/testing/openv2g/0001-Enable-XMLDSIG-codec-support.patch
new file mode 100644
index 0000000000..c320f05aab
--- /dev/null
+++ b/testing/openv2g/0001-Enable-XMLDSIG-codec-support.patch
@@ -0,0 +1,14 @@
+diff --git a/src/xmldsig/xmldsigEXIDatatypes.h b/Release/src/xmldsig/xmldsigEXIDatatypes.h
+index 8b06393..ee7ac88 100755
+--- a/src/xmldsig/xmldsigEXIDatatypes.h
++++ b/src/xmldsig/xmldsigEXIDatatypes.h
+@@ -44,8 +44,8 @@ extern "C" {
+
+ #define SUPPORT_YES 1
+ #define SUPPORT_NO 2
+-#define DEPLOY_XMLDSIG_CODEC SUPPORT_NO
+-#define DEPLOY_XMLDSIG_CODEC_FRAGMENT SUPPORT_NO
++#define DEPLOY_XMLDSIG_CODEC SUPPORT_YES
++#define DEPLOY_XMLDSIG_CODEC_FRAGMENT SUPPORT_YES
+
+ #if DEPLOY_XMLDSIG_CODEC == SUPPORT_YES