Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
Use newer opeenssl source
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo committed May 15, 2019
1 parent 3eeb584 commit 6d9c6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ def __init__(self, config, restricted_package_names):
# The OpenSslCodec is not requird so if you get an https transport
# from somewhere else then you do not need this dependency.
'openssl': (OpenSslPackageInstaller(
config, 'https://www.openssl.org/source/openssl-1.1.0e.tar.gz')),
config, 'https://www.openssl.org/source/openssl-1.1.0j.tar.gz')),
})

self._url_map.update({
Expand Down

0 comments on commit 6d9c6a5

Please sign in to comment.