Re: PQinitSSL broken in some use casesf - Mailing list pgsql-hackers

From Merlin Moncure
Subject Re: PQinitSSL broken in some use casesf
Date
Msg-id b42b73150902100853j76f8e269o778cd4fb1fd296ca@mail.gmail.com
Whole thread Raw
In response to Re: PQinitSSL broken in some use casesf  (Bruce Momjian <bruce@momjian.us>)
Responses Re: PQinitSSL broken in some use casesf  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
On Tue, Feb 10, 2009 at 11:52 AM, Bruce Momjian <bruce@momjian.us> wrote:
> Robert Haas wrote:
>> > Would someone remind me why turning off ssl initialization in libpq does
>> > not work for this case?
>>
>> That initializes both libcrypto and libssl.  The problem arises when
>> libcrypto has been initialized but libssl has not.
>
> So initialize ssl in your application?  What is the problem?

then libpq doesn't work.

merlin


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: PQinitSSL broken in some use casesf
Next
From: Bruce Momjian
Date:
Subject: Re: [COMMITTERS] pg-migrator - src: Add support for specifying port numbers.