Page MenuHomePhabricator

[CMAKE] Drop native build dependency on Openssl
ClosedPublic

Authored by Fabien on Oct 8 2020, 06:30.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Commits
rABC6e5b0f906047: [CMAKE] Drop native build dependency on Openssl
Summary

By disabling BIP70 and the secp256k1 Openssl tests for the native build,
the dependency is gone.

Test Plan
cmake -GNinja ..
ninja

Check in the cmake run for the native build that openssl is no longer
searched.

Diff Detail