view 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
line wrap: on
line source

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: