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

This commit is contained in:
Max Kellermann 2023-09-11 22:23:58 +02:00
parent 8950fb9393
commit 7c65c4f485
1 changed files with 2 additions and 2 deletions

View File

@ -608,8 +608,8 @@ ffmpeg = FfmpegProject(
)
openssl = OpenSSLProject(
'https://www.openssl.org/source/openssl-3.1.0.tar.gz',
'aaa925ad9828745c4cad9d9efeb273deca820f2cdcf2c3ac7d7c1212b7c497b4',
'https://www.openssl.org/source/openssl-3.1.2.tar.gz',
'a0ce69b8b97ea6a35b96875235aa453b966ba3cba8af2de23657d8b6767d6539',
'include/openssl/ossl_typ.h',
)