Skip to content

[CMAKE] Drop native build dependency on Openssl

freetrader requested to merge freetrader/bitcoin-cash-node:backport/D7816 into master

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.

BCHN note: This is part of a clean backporting of changes submitted in !928 .

Differential Revision: https://reviews.bitcoinabc.org/D7816

Merge request reports