diff OrthancFramework/Sources/DicomNetworking/DicomServer.h @ 4432:fcbac3e8ac1c

dicom tls for scu
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 04 Jan 2021 15:59:32 +0100
parents f5d44e30b429
children d9473bd5ed43
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomNetworking/DicomServer.h	Mon Jan 04 14:34:44 2021 +0100
+++ b/OrthancFramework/Sources/DicomNetworking/DicomServer.h	Mon Jan 04 15:59:32 2021 +0100
@@ -84,10 +84,6 @@
     static void ServerThread(DicomServer* server,
                              bool useDicomTls);
 
-#if ORTHANC_ENABLE_SSL == 1
-    void InitializeDicomTls();
-#endif
-
   public:
     DicomServer();