Skip to content

Commit

Permalink
Bump OpenSSL version
Browse files Browse the repository at this point in the history
  • Loading branch information
hillu committed Nov 19, 2024
1 parent 41f57b3 commit f85fd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty.mk
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ musl_URL := https://musl.libc.org/releases/musl-$(musl_VERSION).tar.gz
musl_ARCHS := $(filter %-linux-musl,$(3rdparty_ARCHS))
musl_PATCHES := getauxval.patch

openssl_VERSION := 1.1.1w
openssl_VERSION := 3.4.0
openssl_URL := https://www.openssl.org/source/openssl-$(openssl_VERSION).tar.gz
openssl_ARCHS := $(3rdparty_ARCHS)

Expand Down

0 comments on commit f85fd34

Please sign in to comment.