python/build/libs.py: update OpenSSL to 3.1.0

This commit is contained in:
Max Kellermann 2023-03-21 09:39:20 +01:00
parent a59c9c602b
commit a6a1182c4c
1 changed files with 2 additions and 2 deletions

View File

@ -598,8 +598,8 @@ ffmpeg = FfmpegProject(
)
openssl = OpenSSLProject(
'https://www.openssl.org/source/openssl-3.0.8.tar.gz',
'6c13d2bf38fdf31eac3ce2a347073673f5d63263398f1f69d0df4a41253e4b3e',
'https://www.openssl.org/source/openssl-3.1.0.tar.gz',
'aaa925ad9828745c4cad9d9efeb273deca820f2cdcf2c3ac7d7c1212b7c497b4',
'include/openssl/ossl_typ.h',
)