diff options
author | Josh Matthews <josh@joshmatthews.net> | 2019-05-31 12:47:13 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2019-05-31 15:40:44 -0400 |
commit | 3162c9a1d7d032d86c3fafbd9d5c9fe26fda3e29 (patch) | |
tree | 8acb8e95d88325b14e5748f82685cfca5f94a1eb /python/servo/packages.py | |
parent | 5e461853a1df28331d4a2f8b385dba0457d8da34 (diff) | |
download | servo-3162c9a1d7d032d86c3fafbd9d5c9fe26fda3e29.tar.gz servo-3162c9a1d7d032d86c3fafbd9d5c9fe26fda3e29.zip |
Switch windows openssl binaries to ones generated by vcpkg.
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 18940cb79e2..a2038ad9e9b 100644 --- a/python/servo/packages.py +++ b/python/servo/packages.py @@ -7,5 +7,5 @@ WINDOWS_MSVC = { "llvm": "7.0.0", "moztools": "3.2", "ninja": "1.7.1", - "openssl": "1.1.0e-vs2015", + "openssl": "1.0.2q-vs2017", } |