comparison src/dcmtk-2-const-correctness.patch @ 1366:4c2e54c1a378

new package: dcmtk
author Martin Lambers <marlam@marlam.de>
date Tue, 16 Nov 2010 15:07:43 +0100
parents
children b1f3e339a54b
comparison
equal deleted inserted replaced
1365:74f410467f97 1366:4c2e54c1a378
1 This file is part of mingw-cross-env.
2 See doc/index.html for further information.
3
4 --- dcmtk-3.5.4.orig/dcmtls/libsrc/tlslayer.cc 2005-12-08 16:48:28.000000000 +0100
5 +++ dcmtk-3.5.4/dcmtls/libsrc/tlslayer.cc 2010-06-16 06:25:12.279931390 +0200
6 @@ -188,7 +188,7 @@
7 SSLeay_add_all_algorithms();
8 seedPRNG(randFile);
9
10 - SSL_METHOD *method = NULL;
11 + const SSL_METHOD *method = NULL;
12 switch (networkRole)
13 {
14 case DICOM_APPLICATION_ACCEPTOR: