From e4f933361e208eff828efef86b1948a0034450cc Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 20 Sep 2021 22:53:11 +0200 Subject: [PATCH] python/build/libs.py: update OpenSSL to 3.0.0 --- 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 fcc349193..2d097d238 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -388,8 +388,8 @@ ffmpeg = FfmpegProject( ) openssl = OpenSSLProject( - 'https://www.openssl.org/source/openssl-3.0.0-beta2.tar.gz', - 'e76ab22879201b12f014393ee4becec7f264d8f6955b1036839128002868df71', + 'https://www.openssl.org/source/openssl-3.0.0.tar.gz', + '59eedfcb46c25214c9bd37ed6078297b4df01d012267fe9e9eee31f61bc70536', 'include/openssl/ossl_typ.h', )