no ssl.h on macos?
Fred Wright
fw at fwright.net
Mon Feb 11 01:02:48 UTC 2019
On Sat, 9 Feb 2019, Hal Murray via devel wrote:
> I thought we got farther than this last night.
>
> Does macos have OpenSSL? What version?
>
> Stage: build
> Name: macos-basic
> Trace: ../../include/nts.h:7:10: fatal error: 'openssl/ssl.h' file not found
> #include <openssl/ssl.h>
> ^~~~~~~~~~~~~~~
> 1 error generated.
You can always install it via MacPorts if needed. From my (10.9) system:
MacPro:~ fw$ for o in $(which -a openssl); do echo -n "$o: "; $o version; done
/opt/local/bin/openssl: OpenSSL 1.0.2q 20 Nov 2018
/usr/bin/openssl: OpenSSL 0.9.8zg 14 July 2015
Fred Wright
More information about the devel
mailing list