From 4f562c0e6b57397a9e8ba8353e99b23a51d78944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Wed, 7 Mar 2018 09:17:32 +0100 Subject: [PATCH] fix Windows openssl library pragmas --- NetSSL_OpenSSL/include/Poco/Net/NetSSL.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/NetSSL_OpenSSL/include/Poco/Net/NetSSL.h b/NetSSL_OpenSSL/include/Poco/Net/NetSSL.h index 4c2b725fb..ae793fde9 100644 --- a/NetSSL_OpenSSL/include/Poco/Net/NetSSL.h +++ b/NetSSL_OpenSSL/include/Poco/Net/NetSSL.h @@ -21,6 +21,7 @@ #include "Poco/Net/Net.h" +#include "Poco/Crypto/Crypto.h" // @@ -54,10 +55,6 @@ // #if defined(_MSC_VER) #if !defined(POCO_NO_AUTOMATIC_LIBS) - #if !defined(POCO_EXTERNAL_OPENSSL) - #pragma comment(lib, "libcrypto.lib") - #pragma comment(lib, "libssl.lib") - #endif // POCO_EXTERNAL_OPENSSL #if !defined(NetSSL_EXPORTS) #pragma comment(lib, "PocoNetSSL" POCO_LIB_SUFFIX) #endif