From 3ae758ad5065dcc8621219103892f221ff743176 Mon Sep 17 00:00:00 2001 From: Splendide Imaginarius <119545140+Splendide-Imaginarius@users.noreply.github.com> Date: Sun, 12 Nov 2023 15:53:03 +0000 Subject: [PATCH] Bump OpenSSL on Windows to v3.0.12 Refs https://github.com/mkxp-z/mkxp-z/issues/46 --- windows/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/Makefile b/windows/Makefile index 6dd8016..11b2327 100755 --- a/windows/Makefile +++ b/windows/Makefile @@ -297,7 +297,7 @@ $(DOWNLOADS)/openssl/Makefile: $(DOWNLOADS)/openssl/Configure --openssldir="$(BUILD_PREFIX)" $(DOWNLOADS)/openssl/Configure: - $(CLONE) $(GITHUB)/openssl/openssl $(DOWNLOADS)/openssl --single-branch --branch OpenSSL_1_1_1i --depth 1 + $(CLONE) $(GITHUB)/openssl/openssl $(DOWNLOADS)/openssl --single-branch --branch openssl-3.0.12 --depth 1 # Standard ruby ruby: init_dirs openssl $(BINDIR)/$(RB_PREFIX)-ruby310.dll