MintcoinCommunity / Mintcoin-Desktop-Wallet

Wallet for MintCoin, a community proof-of-stake crypto-currency, running on Linux, Windows, or macOS
MIT License
46 stars 45 forks source link

Build fixes #34

Closed shane-kerr closed 6 years ago

shane-kerr commented 6 years ago

This PR includes build fixes needed to get Mintcoin to compile on a modern-ish system.

Most of the problems come because Mintcoin uses the OpenSSL 1.0.x API, and this was changed in incompatible ways for OpenSSL 1.1.x.

Notes: