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

Eosio darwin openssl 1.0 #1434

Merged
merged 3 commits into from
Feb 26, 2018

Conversation

pacificcode
Copy link
Contributor

This PR addresses an issue with Home Brew installing different versions of openssl on Darwin. The fix is to force home-brew to install openssl version 1.0.
Files changes:
scripts/eosio_build_darwin.sh

Bill Hamilton added 3 commits February 19, 2018 15:22
Merging latest from master into eosio_darwin_openssl_1.0
Merging master prior to creating pull request for this branch
@pacificcode pacificcode requested a review from heifner February 20, 2018 16:43
@@ -110,6 +110,10 @@
pkg="llvm@4"
fi

if [ $pkg = "openssl" ]; then
pkg="[email protected]"
Copy link
Contributor

@SheldonHH SheldonHH Feb 24, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

version should be changed to 1.1
refer to this committ and current master's eosiod-build.sh

@wanderingbort wanderingbort merged commit 3c503af into EOSIO:master Feb 26, 2018
@pacificcode pacificcode deleted the eosio_darwin_openssl_1.0 branch February 27, 2018 18:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants