I built OpenSSL 1.1.0 on OS X:
./Configure darwin64-x86_64-cc shared enable-ec_nistp_64_gcc_128 \
no-ssl2 no-ssl3 no-comp --openssldir=/usr/local/ssl/macos-x86_64
make depend
sudo make install
I'm having trouble linking this in my system. It's still showing me an older version.
openssl version
OpenSSL 1.0.2h 3 May 2016
-rwxr-xr-x 1 root wheel 922496 Jul 8 22:51 openssl
The linking error I get is:
Operation not permitted
What am I missing?