OpenSSL headers do not need to be included when building bitcoin-qt without BIP70
There are other includes for OpenSSL in paymentrequestplus.{h|cpp}, but that module is only included in other source files in #ifdef ENABLE_BIP70 ... #endif blocks.
Differential D15407
remove dependency to OpenSSL when building without BIP70 support PiRK on Feb 8 2024, 13:58. Authored by Tags None Subscribers None Tokens
Details
OpenSSL headers do not need to be included when building bitcoin-qt without BIP70 There are other includes for OpenSSL in paymentrequestplus.{h|cpp}, but that module is only included in other source files in #ifdef ENABLE_BIP70 ... #endif blocks. cmake .. -GNinja -DENABLE_BIP70=OFF ninja all check-all
Diff Detail
|