I have installed openssl using homebrew and pointed it to
/usr/local/opt/openssl/lib and /usr/local/opt/openssl/include and now it builds
fine for native (MacOS).
just a guess:
I am using " -framework Security" in the LD_FLAGS.... and I have suspicion that
MacOS 10.13.6 does not have OpenSSL.
On Friday, 17 August 2018, 17:24:02 GMT+1, Marcin Cieslak
<[email protected]> wrote:
On Fri, 17 Aug 2018, Alibek Jorajev wrote:
> I ran configure with paths:
> --with-cross-tools=$CROSSROOT --with-openssl=$SSLROOT
> --with-openssl-include=$SSLROOT/include
Alibek, which OpenSSL do you have? Do you have OpenSSL header files in
$SSLROOT/include for sure?
This file has been a part of OpenSSL since like forever.
Marcin