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

This commit is contained in:
Max Kellermann 2022-04-26 18:13:45 +02:00
parent f818cde32c
commit fa7d7e9187
1 changed files with 2 additions and 2 deletions

View File

@ -380,8 +380,8 @@ ffmpeg = FfmpegProject(
)
openssl = OpenSSLProject(
'https://www.openssl.org/source/openssl-3.0.1.tar.gz',
'c311ad853353bce796edad01a862c50a8a587f62e7e2100ef465ab53ec9b06d1',
'https://www.openssl.org/source/openssl-3.0.2.tar.gz',
'98e91ccead4d4756ae3c9cde5e09191a8e586d9f4d50838e7ec09d6411dfdb63',
'include/openssl/ossl_typ.h',
)