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

This commit is contained in:
Max Kellermann 2023-03-06 07:53:34 +01:00
parent 541468f0ca
commit c877a32d97
1 changed files with 2 additions and 2 deletions

View File

@ -387,8 +387,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',
)