Bump OpenSSL to v3.0.7
This commit is contained in:
parent
08dceda61b
commit
b1f9bc24dc
@ -1,7 +1,7 @@
|
|||||||
ifeq (openssl,$(OPENSSL))
|
ifeq (openssl,$(OPENSSL))
|
||||||
|
|
||||||
NAME := 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_URL := https://github.com/openssl/openssl/archive/refs/tags/openssl-$(OPENSSL_VERSION).tar.gz
|
||||||
OPENSSL_PROGRAMS := openssl
|
OPENSSL_PROGRAMS := openssl
|
||||||
OPENSSL_LIBRARIES := libssl.a libcrypto.a
|
OPENSSL_LIBRARIES := libssl.a libcrypto.a
|
||||||
@ -56,4 +56,4 @@ $(BUILD_FLAG):
|
|||||||
|
|
||||||
ALL_PROGRAMS += $(OPENSSL_PROGRAMS)
|
ALL_PROGRAMS += $(OPENSSL_PROGRAMS)
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user