From 7f27a0b8fd2c4ab755c5a7ba32b4d432dda305dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeremy=20Lain=C3=A9?= Date: Sun, 2 Feb 2025 16:03:13 +0100 Subject: [PATCH] Build binary wheels against OpenSSL 3.4.0 --- scripts/fetch-vendor.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fetch-vendor.json b/scripts/fetch-vendor.json index f44ed367..45f9b833 100644 --- a/scripts/fetch-vendor.json +++ b/scripts/fetch-vendor.json @@ -1,3 +1,3 @@ { - "urls": ["https://github.com/aiortc/aioquic-openssl/releases/download/3.3.0-1/openssl-{platform}.tar.gz"] + "urls": ["https://github.com/aiortc/aioquic-openssl/releases/download/3.4.0-1/openssl-{platform}.tar.gz"] }