Re: pgsql: Change libpq's PQgetssl() to return a void*, rather than

From: Kris Jurka <books(at)ejurka(dot)com>
To: Bruce Momjian <momjian(at)postgresql(dot)org>
Subject: Re: pgsql: Change libpq's PQgetssl() to return a void*, rather than
Date: 2006-04-27 02:52:34
Message-ID: 445031F2.9020806@ejurka.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Bruce Momjian wrote:
> Log Message:
> -----------
> Change libpq's PQgetssl() to return a void*, rather than SSL *, so that
> applications don't need the SSL headers.
>

Now that libpq-fe.h doesn't include <openssl/ssl.h> the code in psql's
startup.c needs to include it itself.

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-04-27 02:57:52 Re: pgsql: Change libpq's PQgetssl() to return a void*,
Previous Message Bruce Momjian 2006-04-27 02:41:37 pgsql: Add: > * Invalidate prepared queries, like INSERT, when the