bench_internal try to include hash.h when the multiset module is enabled. However, this file is not in the include path, so we add it there.
Details
Details
- Reviewers
schancel - Group Reviewers
Restricted Project - Commits
- rSTAGING77507ac86f97: [secp256k1] Fix bench_internal build
rABC77507ac86f97: [secp256k1] Fix bench_internal build
make -C src/secp256k1 bench_internal
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 2293 Build 2724: Bitcoin ABC Buildbot (legacy) Build 2723: arc lint + arc unit
Event Timeline
src/secp256k1/Makefile.am | ||
---|---|---|
179 ↗ | (On Diff #3474) | Cruft? |
Comment Actions
Remove changes to secp256k1.c
Keep the module inclusion reorder in Makefile.am for consistency.