aboutsummaryrefslogtreecommitdiffstats
path: root/community/openv2g/0001-Enable-XMLDSIG-codec-support.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/openv2g/0001-Enable-XMLDSIG-codec-support.patch')
-rw-r--r--community/openv2g/0001-Enable-XMLDSIG-codec-support.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/community/openv2g/0001-Enable-XMLDSIG-codec-support.patch b/community/openv2g/0001-Enable-XMLDSIG-codec-support.patch
new file mode 100644
index 00000000000..c871b58243e
--- /dev/null
+++ b/community/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