Re: CRYPTO_malloc_init()

2014-11-14 Thread Patrice Guérin
Hello Michael, Thank you very much for your help. I will rebuild OpenSSL for static linking and use it in my program. Kind regards, Patrice. Michael Wojcik a écrit : From: owner-openssl-us...@openssl.org [mailto:owner-openssl- us...@openssl.org] On Behalf Of Patrice Guérin Sent: Wednesday, 12 N

RE: CRYPTO_malloc_init()

2014-11-13 Thread Michael Wojcik
> From: owner-openssl-us...@openssl.org [mailto:owner-openssl- > us...@openssl.org] On Behalf Of Patrice Guérin > Sent: Wednesday, 12 November, 2014 13:28 > > My second question is, in this case, is there problems to have loaded > DLLs that do not match the headers I used for compilation ? Yes.

CRYPTO_malloc_init()

2014-11-12 Thread Patrice Guérin
PostgreSQL 9.03.04 (I think it uses OpenSSL 1.x DLLs) In my SSL Init(), I check the result of CRYPTO_malloc_init() function and throw an exception if the result is 0. I suspect that the previous access to PostgreSQL loads its OpenSSL DLLs and probably do a CRYPTO_malloc_init(). When I want to do my own

RE: CRYPTO_malloc_init()

2002-01-11 Thread Andy Schneider
Using the nothrow form of new maybe an idea. > -Original Message- > From: Richard Levitte - VMS Whacker [mailto:[EMAIL PROTECTED]] > Sent: 10 January 2002 14:51 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: CRYPTO_malloc_init() > > > From: [

re: CRYPTO_malloc_init()

2002-01-10 Thread robert
Hi   Will CRYPTO_mallic_init() set the memory allocation methods if i use C++ new() &  delete()?   robert