From 6feed4d074dae243822cd0fe6694d632ecc1e151 Mon Sep 17 00:00:00 2001 From: Nicolas Cellier Date: Wed, 3 Jan 2018 22:54:34 +0100 Subject: [PATCH] SqueakSSL does not use openssl on windows VM --- platforms/win32/plugins/SqueakSSL/Makefile.plugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/win32/plugins/SqueakSSL/Makefile.plugin b/platforms/win32/plugins/SqueakSSL/Makefile.plugin index 5c23a8997a..df23825489 100644 --- a/platforms/win32/plugins/SqueakSSL/Makefile.plugin +++ b/platforms/win32/plugins/SqueakSSL/Makefile.plugin @@ -19,7 +19,7 @@ OPENSSL:=/usr/local/openssl-1.0.1e else OPENSSL:=$(THIRDPARTYOUTDIR)/lib endif -EXTRALIBS:= -L$(OPENSSL) -lssl -lcrypto -lcrypt32 -lsecur32 +EXTRALIBS:= -L$(OPENSSL) -lcrypt32 -lsecur32 # You may need the following to make an internal plugin DLLTOOLEXTRA := $(OPENSSL)/libssl.a $(OPENSSL)/libcrypto.a