summaryrefslogtreecommitdiffstats
path: root/src/dcmtk-2-const-correctness.patch
diff options
context:
space:
mode:
authorMartin Lambers <marlam@marlam.de>2010-11-16 14:07:43 (GMT)
committerMartin Lambers <marlam@marlam.de>2010-11-16 14:07:43 (GMT)
commit4c758bf74c4063c16281fb22521353ed1ae8051a (patch)
treee00e00b8bad1760b7b8ece281ec89f7f09cba4ea /src/dcmtk-2-const-correctness.patch
parent565fcd82fdef1b234b930f2b99a946d9647d1124 (diff)
downloadmxe-4c758bf74c4063c16281fb22521353ed1ae8051a.zip
mxe-4c758bf74c4063c16281fb22521353ed1ae8051a.tar.gz
mxe-4c758bf74c4063c16281fb22521353ed1ae8051a.tar.bz2
new package: dcmtk
Diffstat (limited to 'src/dcmtk-2-const-correctness.patch')
-rw-r--r--src/dcmtk-2-const-correctness.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/dcmtk-2-const-correctness.patch b/src/dcmtk-2-const-correctness.patch
new file mode 100644
index 0000000..66fff9d
--- /dev/null
+++ b/src/dcmtk-2-const-correctness.patch
@@ -0,0 +1,14 @@
+This file is part of mingw-cross-env.
+See doc/index.html for further information.
+
+--- 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: