Skip to content

Commit

Permalink
Upgrade to Openssl 1.1.1j for win build
Browse files Browse the repository at this point in the history
  • Loading branch information
hbeni committed Dec 9, 2020
1 parent 40957b2 commit caab703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/mumble-plugin/lib/openssl
Submodule openssl updated from 46a9ee to 7da389
1 change: 1 addition & 0 deletions client/mumble-plugin/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit caab703

Please sign in to comment.