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

util.cpp doesn't compile #109

Open
ardabro opened this issue Jun 11, 2022 · 0 comments
Open

util.cpp doesn't compile #109

ardabro opened this issue Jun 11, 2022 · 0 comments

Comments

@ardabro
Copy link

ardabro commented Jun 11, 2022

c++ -- .r... -- util.cpp
util.cpp: In function ‘bool addrToHash160(uint8_t*, const uint8_t*, bool, bool)’:
util.cpp:606:9: error: ‘BN_CTX_init’ was not declared in this scope; did you mean ‘BN_CTX_end’?
  606 |         BN_CTX_init(ctx);
      |         ^~~~~~~~~~~
      |         BN_CTX_end
util.cpp: In function ‘void hash160ToAddr(uint8_t*, const uint8_t*, bool, uint8_t)’:
util.cpp:729:9: error: ‘BN_CTX_init’ was not declared in this scope; did you mean ‘BN_CTX_end’?
  729 |         BN_CTX_init(ctx);
      |         ^~~~~~~~~~~
      |         BN_CTX_end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant