From 4a8ec2085867135418333617c4f83a6525dd691d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 6 Mar 2023 07:53:34 +0100 Subject: [PATCH] python/build/libs.py: update OpenSSL to 3.0.8 --- python/build/libs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/build/libs.py b/python/build/libs.py index 455fe1a5b..20cbb1559 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -397,8 +397,8 @@ ffmpeg = FfmpegProject( ) openssl = OpenSSLProject( - 'https://www.openssl.org/source/openssl-3.0.7.tar.gz', - '83049d042a260e696f62406ac5c08bf706fd84383f945cf21bd61e9ed95c396e', + 'https://www.openssl.org/source/openssl-3.0.8.tar.gz', + '6c13d2bf38fdf31eac3ce2a347073673f5d63263398f1f69d0df4a41253e4b3e', 'include/openssl/ossl_typ.h', )