‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Wednesday, August 7, 2019 7:50 AM, Rafael Sadowski <[email protected]> wrote:
> On Tue Aug 06, 2019 at 09:36:18PM +0000, 0x6a73 wrote: > > > Hello. I've found out that bitcoin package in ports supplies > > secp256k1.h and secp256k1_recovery.h, but not secp256k1_ecdh.h. I need > > it in order to compile a library required to run Zeronet. Is it a bug > > or was it not supplied with the package intentionally? > > We do not delete any header file explicitly, so please report it > upstram. > > RS I've found out that in order to compile secp256k1_ecdh I have to just add --enable-module-ecdh to libsecp256k1's configuration flags, because as it turns out, it's an experimental feature. I'll try to compile it from ports using that compile option right now. Thanks for help, 0x6a73
