From b2370522e25baa86f119ca9035386a2ab19de93d Mon Sep 17 00:00:00 2001 From: Christian Feldmann Date: Thu, 17 Dec 2020 12:04:23 +0100 Subject: [PATCH] Enable encrypted update check --- YUViewLib/src/handler/updateHandler.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/YUViewLib/src/handler/updateHandler.cpp b/YUViewLib/src/handler/updateHandler.cpp index 607f79eb0..79573b80c 100644 --- a/YUViewLib/src/handler/updateHandler.cpp +++ b/YUViewLib/src/handler/updateHandler.cpp @@ -49,13 +49,13 @@ #ifdef Q_OS_WIN #include -#pragma comment(lib, "Shell32.lib") +#pragma comment(lib, "Shell32.lib") #include // without space also #endif -// Don't abort in case a connection is not encrypted. +// Don't abort in case a connection is not encrypted. // ONLY USE THIS FOR DEBGGING -#define ALLOW_UNENCRYPTED_CONNECTIONS 1 +#define ALLOW_UNENCRYPTED_CONNECTIONS 0 #define UPDATER_DEBUG_OUTPUT 0 #if UPDATER_DEBUG_OUTPUT && !NDEBUG