Re: no ssl.h on macos?

2019-02-10 Thread Fred Wright via devel
On Sun, 10 Feb 2019, Hal Murray wrote: What's involved in getting developer access to the Mac world? It depends on what you mean by that. There are both free and paid developer accounts. The free version gives you access to most of the developer downloads. That's all I've ever used. I t

Re: no ssl.h on macos?

2019-02-10 Thread Hal Murray via devel
What's involved in getting developer access to the Mac world? -- These are my opinions. I hate spam. ___ devel mailing list devel@ntpsec.org http://lists.ntpsec.org/mailman/listinfo/devel

Re: no ssl.h on macos?

2019-02-10 Thread Hal Murray via devel
devel@ntpsec.org said: > So we either need to add "SSL" to the "use" flag for the parser builder (not > that the parser actually needs OpenSSL), or we change the chaining of the > include files so that the parser doesn't have a transitive dependency on > openssl/ssl.h > My intuition is that the

Re: no ssl.h on macos?

2019-02-10 Thread Matthew Selsky via devel
On Sat, Feb 09, 2019 at 05:28:16AM -0800, 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 >

Re: no ssl.h on macos?

2019-02-10 Thread Matthew Selsky via devel
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

Re: no ssl.h on macos?

2019-02-10 Thread Fred Wright via devel
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 ^~~ 1 error generat

Re: no ssl.h on macos?

2019-02-09 Thread Jason Azze via devel
On Sat, Feb 9, 2019, at 8:28 AM, Hal Murray via devel wrote: > I thought we got farther than this last night. > > Does macos have OpenSSL? What version? > This ( https://stackoverflow.com/questions/43415106/openssl-conf-h-file-not-found-error-on-macos-sierra) stackoverflow answer suggests it

no ssl.h on macos?

2019-02-09 Thread Hal Murray via devel
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 ^~~ 1 error generated. -- These are my opinions. I hate spam. __