Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openssl 1.1.0 doesn't include libeay32.lib #108

Closed
bridiver opened this issue Nov 27, 2016 · 5 comments
Closed

openssl 1.1.0 doesn't include libeay32.lib #108

bridiver opened this issue Nov 27, 2016 · 5 comments
Labels

Comments

@bridiver
Copy link

secp256k1 fails to build with 1.1.0 because it doesn't have libeay32.lib, but linking against a local installation to build seems a bit odd. Wouldn't it make more sense to either include the libs or build them from source?

@fanatid
Copy link
Member

fanatid commented Dec 3, 2016

I not sure, but isn't this issue related with https://github.com/bitcoin-core/secp256k1 ?

@bridiver
Copy link
Author

bridiver commented Dec 3, 2016

so even if we included our own build of openssl, we would still be stuck with the older version that has libeay32.lib

@bridiver
Copy link
Author

bridiver commented Dec 3, 2016

there may also be an issue with https://github.com/bitcoin-core/secp256k1 if whatever was included in libeay32.lib no longer exists, but that seems doubtful with a minor version update

@fanatid
Copy link
Member

fanatid commented Jan 7, 2017

I found that we don't need OpenSSL at all! Resolved in ab531d7

@fanatid fanatid closed this as completed Jan 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants