Re: thread support and Memory leaks

2000-06-06 Thread Richard Levitte - VMS Whacker
From: "Richard Dykiel" <[EMAIL PROTECTED]> richard.dykiel> What is the purpose of add_lock_callback, and how richard.dykiel> should you use it? It is not described in the richard.dykiel> "threads" man pages, I think. It seems to be used only richard.dykiel> from p8_key.c (calling CRYPTO_add_lock)

Re: thread support and Memory leaks

2000-06-06 Thread Richard Dykiel
--- Original Message - From: Richard Levitte - VMS Whacker <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, June 06, 2000 9:22 AM Subject: Re: thread support and Memory leaks From: "Richard Dykiel" <[EMAIL PROTECTED]> richar

Re: thread support and Memory leaks

2000-06-06 Thread Richard Levitte - VMS Whacker
From: "Richard Dykiel" <[EMAIL PROTECTED]> richard.dykiel> Thanks, but a simple and silly question subsists: richard.dykiel> richard.dykiel> If we must call CRYPTO_set_locking_callback() and richard.dykiel> CRYPTO_set_id_callback() to support multithreading, richard.dykiel> why isn't it used by

Re: thread support and Memory leaks

2000-06-06 Thread Richard Dykiel
D]> Sent: Monday, June 05, 2000 11:17 PM Subject: Re: thread support and Memory leaks From: "Richard Dykiel" <[EMAIL PROTECTED]> Subject: thread support and Memory leaks Date: Mon, 5 Jun 2000 17:02:15 -0400 Message-ID: <000901bfcf31$53a0fdb0$[EMAIL PROTECTED]> richard.dyk

Re: thread support and Memory leaks

2000-06-06 Thread Andy Hanson
ne 06, 2000 1:08 AM Subject: Re: thread support and Memory leaks > Hi, > > > 2- thread support: do we have to explicitly call > > CRYPTO_set_locking_callback and CRYPTO_set_id_callback in a multithreaded > > context? > Yes, if your application is multi-threaded yo

Re: thread support and Memory leaks

2000-06-05 Thread Amit Chopra
Hi, > 2- thread support: do we have to explicitly call > CRYPTO_set_locking_callback and CRYPTO_set_id_callback in a multithreaded > context? Yes, if your application is multi-threaded you have to set the callbacks. >It is said so in the "threads" manpage, but they seem to be used > only in te

Re: thread support and Memory leaks

2000-06-05 Thread Richard Levitte - VMS Whacker
From: "Richard Dykiel" <[EMAIL PROTECTED]> Subject: thread support and Memory leaks Date: Mon, 5 Jun 2000 17:02:15 -0400 Message-ID: <000901bfcf31$53a0fdb0$[EMAIL PROTECTED]> richard.dykiel> Hello, richard.dykiel> sorry, mem leaks again. richard.dykiel> richard.dykiel> On SunOs 5.6, openssl 0.9.