Page MenuHomePhabricator

Avoid linking libcrypto in the valgrind ct test.
ClosedPublic

Authored by deadalnix on Sep 27 2020, 23:13.

Details

Reviewers
majcosta
Group Reviewers
Restricted Project
Commits
rABC8b8d8b7f29fc: Avoid linking libcrypto in the valgrind ct test.
Summary

Libcrypto isn't useful here and on some systems UB in OpenSSL's
init causes failures.

Fixes #775.

This is a backport of secp256k1 PR795

Test Plan
ninja check-secp256k1

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.

This revision is now accepted and ready to land.Sep 27 2020, 23:20
This revision was landed with ongoing or failed builds.Sep 27 2020, 23:23
This revision was automatically updated to reflect the committed changes.