1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
aports/testing/openv2g/0001-Enable-XMLDSIG-codec-support.patch
Olliver Schinagl e9aa13db00 testing/openv2g: Do not add patches, patch files
The diff of the patch was actually adding the patch itself, like an
inception. Instead, lets do better and actually patch the source code.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2020-10-22 19:19:57 +00:00

14 lines
504 B
Diff

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