Re: [Live-devel] TLSState and OpenSSL

2021-12-07 Thread Ross Finlayson
> On Dec 8, 2021, at 10:16 AM, William Pfeffer wrote: > > Hi, > > When building the latest source code with NO_OPENSSL defined, the include to > "" causes a failure in TLSState.cpp when the path is not > available. > > I was wondering if this line should have a "#ifndef NO_OPENSSL" like th

[Live-devel] TLSState and OpenSSL

2021-12-07 Thread William Pfeffer
Hi, When building the latest source code with NO_OPENSSL defined, the include to "" causes a failure in TLSState.cpp when the path is not available. I was wondering if this line should have a "#ifndef NO_OPENSSL" like the header file, or if it's now expected to have this library path accessible w