Skip to content

Commit cbb395a

Browse files
committed
downloads: update OpenSSL to 1.1.1c
1 parent bc65523 commit cbb395a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pythonbuild/downloads.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,10 @@
210210
'version': '1.8.2',
211211
},
212212
'openssl': {
213-
'url': 'https://www.openssl.org/source/openssl-1.1.1b.tar.gz',
214-
'size': 8213737,
215-
'sha256': '5c557b023230413dfb0756f3137a13e6d726838ccd1430888ad15bfb2b43ea4b',
216-
'version': '1.1.1b',
213+
'url': 'https://www.openssl.org/source/openssl-1.1.1c.tar.gz',
214+
'size': 8864262,
215+
'sha256': 'f6fb3079ad15076154eda9413fed42877d668e7069d9b87396d0804fdb3f4c90',
216+
'version': '1.1.1c',
217217
'library_names': ['crypto', 'ssl'],
218218
'licenses': ['OpenSSL'],
219219
'license_file': 'LICENSE.openssl.txt',

0 commit comments

Comments
 (0)