diff options
Diffstat (limited to 'python/servo/packages.py')
-rw-r--r-- | python/servo/packages.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/packages.py b/python/servo/packages.py index 3e7e3ccf67c..2d10156ad22 100644 --- a/python/servo/packages.py +++ b/python/servo/packages.py @@ -7,5 +7,5 @@ WINDOWS_MSVC = { "llvm": "8.0.0", "moztools": "3.2", "ninja": "1.7.1", - "openssl": "1.0.2q-vs2017", + "openssl": "111.3.0+1.1.1c-vs2017", } |