Re: CRYPTO_mem_leaks Error in openssl 1.1.1d

2020-11-10 Thread Matt Caswell
On 10/11/2020 13:37, shiva kumar wrote: > Can you please provide me examples or links to refer it. Google is your friend here. https://valgrind.org/ The above site has a quick start guide which should help. Matt > > On Tue, 10 Nov 2020 at 7:04 PM, Matt Caswell >

Re: CRYPTO_mem_leaks Error in openssl 1.1.1d

2020-11-10 Thread shiva kumar
Can you please provide me examples or links to refer it. On Tue, 10 Nov 2020 at 7:04 PM, Matt Caswell wrote: > > > On 10/11/2020 13:25, shiva kumar wrote: > > Any alternatives for this, if the compiled version doesn't enabled the > flag? > > valgrind? > > > Matt > > > > > On Tue, 10 Nov 2020 at

Re: CRYPTO_mem_leaks Error in openssl 1.1.1d

2020-11-10 Thread Matt Caswell
On 10/11/2020 13:25, shiva kumar wrote: > Any alternatives for this, if the compiled version doesn't enabled the flag? valgrind? Matt > > On Tue, 10 Nov 2020 at 4:52 PM, Matt Caswell > wrote: > > > > On 10/11/2020 09:19, shiva kumar wrote: > > Hi,  >

Re: CRYPTO_mem_leaks Error in openssl 1.1.1d

2020-11-10 Thread shiva kumar
Any alternatives for this, if the compiled version doesn't enabled the flag? On Tue, 10 Nov 2020 at 4:52 PM, Matt Caswell wrote: > > > On 10/11/2020 09:19, shiva kumar wrote: > > Hi, > > I'm trying to use the CRYPTO_mem_leaks API in openssl 1.1.1d, but > > during compilation I'm getting error a

Re: CRYPTO_mem_leaks Error in openssl 1.1.1d

2020-11-10 Thread Matt Caswell
On 10/11/2020 09:19, shiva kumar wrote: > Hi,  > I'm trying to use the CRYPTO_mem_leaks  API in openssl 1.1.1d, but > during compilation I'm getting error as  > *Unsatisfied symbol "CRYPTO_mem_leaks" * > > I have Included the header  > #include > > one doubt is it is defined under crypto.h >

CRYPTO_mem_leaks Error in openssl 1.1.1d

2020-11-10 Thread shiva kumar
Hi, I'm trying to use the CRYPTO_mem_leaks API in openssl 1.1.1d, but during compilation I'm getting error as *Unsatisfied symbol "CRYPTO_mem_leaks" * I have Included the header #include one doubt is it is defined under crypto.h #ifndef OPENSSL_NO_CRYPTO_MDEBUG CRYPTO_mem_leaks // defined #end