HomePhabricator

[CMAKE] Fix wrong Openssl include directory variable name

Description

[CMAKE] Fix wrong Openssl include directory variable name

Summary:
While there are crypto libraries, there is no crypto include, only a
global include.
This avoid having OSX to fail finding the symbol when openssl is
installed via Homebrew.

Test Plan:
On OSX Catalina, with openssl installed via Homebrew as per the build-osx.md documentation:

mkdir buildcmake && cd buildcmake
cmake -GNinja ..

Check in the output that the EVP_MD_CTX_new symbol is found.

Reviewers: #bitcoin_abc, deadalnix, jasonbcox

Reviewed By: #bitcoin_abc, jasonbcox

Subscribers: jasonbcox

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

Details

Provenance
FabienAuthored on Dec 16 2019, 20:11
markblundebergPushed on Dec 17 2019, 10:05
Reviewer
Restricted Project
Differential Revision
D4734: [CMAKE] Fix wrong Openssl include directory variable name
Parents
rSTAGINGc6365a66ae57: add SCHNORR_MULTISIG to mandatory flags
Branches
Unknown
Tags
Unknown