From caab703d8d2337b7ef221ab969a55356e94660db Mon Sep 17 00:00:00 2001 From: hbeni Date: Wed, 9 Dec 2020 16:20:03 +0100 Subject: [PATCH] Upgrade to Openssl 1.1.1j for win build --- client/mumble-plugin/lib/openssl | 2 +- client/mumble-plugin/makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/client/mumble-plugin/lib/openssl b/client/mumble-plugin/lib/openssl index 46a9ee8c..7da3894c 160000 --- a/client/mumble-plugin/lib/openssl +++ b/client/mumble-plugin/lib/openssl @@ -1 +1 @@ -Subproject commit 46a9ee8c796c8b5f8d95290676119b4f3d72be91 +Subproject commit 7da3894cdddd70ce0d6641f345a23ee9de0082cb diff --git a/client/mumble-plugin/makefile b/client/mumble-plugin/makefile index 16158b08..ecae4996 100644 --- a/client/mumble-plugin/makefile +++ b/client/mumble-plugin/makefile @@ -84,6 +84,7 @@ ifdef SSLFLAGS @echo "BUILD OpenSSL" git submodule init git submodule update + cd lib/openssl/ && git reset --hard cd lib/openssl/ && ./Configure mingw64 no-weak-ssl-ciphers no-ssl2 no-ssl3 no-idea no-dtls1 --cross-compile-prefix=x86_64-w64-mingw32- && make clean && make cp lib/openssl/libssl.dll.a lib/openssl/libssl.a # so -lssl finds the correct lib cp lib/openssl/libcrypto.dll.a lib/openssl/libcrypto.a # so -lcrypto finds the correct lib