On Sun, Feb 10, 2019 at 05:02:48PM -0800, Fred Wright via devel wrote: > > 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
Our Gitlab CI targets for macOS use the OpenSSL from Homebrew. MacPorts would also work. Thanks, -Matt _______________________________________________ devel mailing list [email protected] http://lists.ntpsec.org/mailman/listinfo/devel
