From d42e49f51626bfb2b6828b9578983c9a3ffef24f Mon Sep 17 00:00:00 2001 From: cxl Date: Fri, 24 Apr 2020 14:05:02 +0000 Subject: [PATCH] Core/SSL: Now using 'crypto ssl' for MSVC too git-svn-id: svn://ultimatepp.org/upp/trunk@14365 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Core/SSL/SSL.upp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/uppsrc/Core/SSL/SSL.upp b/uppsrc/Core/SSL/SSL.upp index 21443bab4..32dce77fb 100644 --- a/uppsrc/Core/SSL/SSL.upp +++ b/uppsrc/Core/SSL/SSL.upp @@ -1,10 +1,7 @@ description "OpenSSL based SSL support for Core\3770,128,128"; -library(POSIX) "crypto ssl"; - -library(WIN32 MSC) "libeay32MT.lib ssleay32MT.lib"; - -library(WIN32 (GCC | CLANG)) "ssl crypto"; +library + "crypto ssl"; library(WIN32) gdi32;