summaryrefslogtreecommitdiff
path: root/libxmlsec/xmlsec1-olderlibxml2.patch
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-11-04 18:57:38 +0200
committerDavid Tardon <dtardon@redhat.com>2013-11-04 23:58:10 -0600
commit27c65f8abde3c971d238c990661ffb909d1c7bba (patch)
treeae2eee7d1a863fe7e46c9019c7b41c100703cf36 /libxmlsec/xmlsec1-olderlibxml2.patch
parentc69941fc45717398a870a9c479dd62e06f4733ef (diff)
fdo#70393: move libxmlsec to a subdir of external
Change-Id: I1bcdd01aad7fc2ee2d2f635b0ae4c4183c9ab092 Reviewed-on: https://gerrit.libreoffice.org/6571 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'libxmlsec/xmlsec1-olderlibxml2.patch')
-rw-r--r--libxmlsec/xmlsec1-olderlibxml2.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/libxmlsec/xmlsec1-olderlibxml2.patch b/libxmlsec/xmlsec1-olderlibxml2.patch
deleted file mode 100644
index f2bd85f5113b..000000000000
--- a/libxmlsec/xmlsec1-olderlibxml2.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- misc/xmlsec1-1.2.14/src/c14n.c 2010-03-02 15:46:05.000000000 +0000
-+++ misc/build/xmlsec1-1.2.14/src/c14n.c 2010-03-02 15:50:35.000000000 +0000
-@@ -406,6 +406,20 @@
- return(0);
- }
-
-+#if !defined(LIBXML_VERSION) || LIBXML_VERSION < 20704
-+/*
-+ * xmlC14NMode:
-+ *
-+ * Predefined values for C14N modes
-+ *
-+ */
-+typedef enum {
-+ XML_C14N_1_0 = 0, /* Origianal C14N 1.0 spec */
-+ XML_C14N_EXCLUSIVE_1_0 = 1, /* Exclusive C14N 1.0 spec */
-+ XML_C14N_1_1 = 2 /* C14N 1.1 spec */
-+} xmlC14NMode;
-+#endif
-+
- static int
- xmlSecTransformC14NExecute(xmlSecTransformId id, xmlSecNodeSetPtr nodes, xmlChar** nsList,
- xmlOutputBufferPtr buf) {