Re: is it possible to build trunk with system OpenSSL?

2023-12-08 Thread Yury Tarasievich
Hi, Thank you, Damjan, for the prompt looking into the problem. Regarding the matters you address: If I understand correctly, the configure code allows for a separate inclusion of nss (more on that at the very end of this message): --with-system-nss ...which brings us to the original i

Re: is it possible to build trunk with system OpenSSL?

2023-12-08 Thread Damjan Jovanovic
On Fri, Dec 8, 2023 at 7:40 AM Yury Tarasievich wrote: > Hi, > > Thanks for answering. What fails in >IMPL_LINK( SvxSecurityTabPage, MacroSecPBHdl, > void*, EMPTYARG ) > is that check: >if ( xD.is() ) > And the xD object is non-null at that. > > Somehow I can't set a breakpoint to that >

Re: is it possible to build trunk with system OpenSSL?

2023-12-08 Thread Yury Tarasievich
> And it's --with-system-openssl or --without-system-openssl, there is no --with-system-openssl=yes like you had. Sorry for stating the obvious but anything non-empty goes, provided it's not a 'no'. Anyway it compiles successfully, like I've said, only it then fails when copying libcrypt.so