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
> 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.
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
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: [
Hi
Will CRYPTO_mallic_init() set the memory allocation
methods if i use C++ new() & delete()?
robert