Bump OpenSSL to v3.0.7

This commit is contained in:
llamasoft 2022-11-15 11:13:31 -05:00
parent 08dceda61b
commit b1f9bc24dc

View File

@ -1,7 +1,7 @@
ifeq (openssl,$(OPENSSL))
NAME := openssl
OPENSSL_VERSION := 3.0.4
OPENSSL_VERSION := 3.0.7
OPENSSL_URL := https://github.com/openssl/openssl/archive/refs/tags/openssl-$(OPENSSL_VERSION).tar.gz
OPENSSL_PROGRAMS := openssl
OPENSSL_LIBRARIES := libssl.a libcrypto.a
@ -56,4 +56,4 @@ $(BUILD_FLAG):
ALL_PROGRAMS += $(OPENSSL_PROGRAMS)
endif
endif