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 2292 Build 2722: Bitcoin ABC Buildbot (legacy) Build 2721: arc lint + arc unit
Event Timeline
src/secp256k1/Makefile.am | ||
---|---|---|
179 | Cruft? |
Comment Actions
Remove changes to secp256k1.c
Keep the module inclusion reorder in Makefile.am for consistency.