summaryrefslogtreecommitdiffstats
path: root/src/dcmtk-2-const-correctness.patch
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2011-02-18 12:51:26 (GMT)
committerMark Brand <mabrand@mabrand.nl>2011-02-18 12:51:26 (GMT)
commit65c69093b88565f7085bc496aa3dd36231be556f (patch)
tree59d0f2fd8a19d6fc0829e0fe58d38d5e67a8d09f /src/dcmtk-2-const-correctness.patch
parent54f57c6f7e4388e3cf70c840d4386d00a5dac933 (diff)
downloadmxe-65c69093b88565f7085bc496aa3dd36231be556f.zip
mxe-65c69093b88565f7085bc496aa3dd36231be556f.tar.gz
mxe-65c69093b88565f7085bc496aa3dd36231be556f.tar.bz2
upgrade package dcmtk
Diffstat (limited to 'src/dcmtk-2-const-correctness.patch')
-rw-r--r--src/dcmtk-2-const-correctness.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/dcmtk-2-const-correctness.patch b/src/dcmtk-2-const-correctness.patch
deleted file mode 100644
index 63b089d..0000000
--- a/src/dcmtk-2-const-correctness.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-This file is part of mingw-cross-env.
-See doc/index.html for further information.
-
-This patch has been taken from:
-http://git.dcmtk.org/web?p=dcmtk.git;a=commitdiff;h=9ae9f56c4d40ebc7408fcbf84a7521d1d1341f5e
-
---- dcmtk-3.5.4.orig/dcmtls/libsrc/tlslayer.cc 2005-12-08 16:48:28.000000000 +0100
-+++ dcmtk-3.5.4/dcmtls/libsrc/tlslayer.cc 2010-06-16 06:25:12.279931390 +0200
-@@ -188,7 +188,7 @@
- SSLeay_add_all_algorithms();
- seedPRNG(randFile);
-
-- SSL_METHOD *method = NULL;
-+ const SSL_METHOD *method = NULL;
- switch (networkRole)
- {
- case DICOM_APPLICATION_ACCEPTOR: