-
Notifications
You must be signed in to change notification settings - Fork 64
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
ECDSA_SIG_set0 and ECDSA_SIG_get0 undefined #39
Comments
Are you using libressl instead of openssl? Had the same issue when compiling vanilla zcashd and fixed it by manually adding the missing definitions (borrowed from openssl source). An include statement has to be adapted too:
|
I just ran into this. Those functions are new in openssl1.1, which your OS may not have. e.g. latest Ubuntu (yakkety) is on 1.0.x. |
How to fix it? |
Can't compile zogminer due to these undefined symbols.
They seem related to the openssl library, however I can't find which openssl header defines them.
The text was updated successfully, but these errors were encountered: