fix Windows openssl library pragmas

This commit is contained in:
Günter Obiltschnig 2018-03-07 09:17:32 +01:00
parent 41cc2a632e
commit 4f562c0e6b

View File

@ -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