From 7b33131e590a0f386b3068f5f2d2b2c494b400dd Mon Sep 17 00:00:00 2001 From: Tristan Date: Wed, 2 Nov 2022 15:45:05 +0000 Subject: [PATCH] Upgrade QuicTLS to OpenSSL 3.0.7 base --- deps/quictls/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/quictls/Makefile b/deps/quictls/Makefile index 50a7993..6fc1b6c 100644 --- a/deps/quictls/Makefile +++ b/deps/quictls/Makefile @@ -1,4 +1,4 @@ -OPENSSL_VERSION = 3.0.6 +OPENSSL_VERSION = 3.0.7 BUILD_VERSION_REPOSHA = $(shell git rev-parse --short HEAD) QUICTLS_BUILD_VERSION = quic-mangadex-$(BUILD_VERSION_REPOSHA)