Re: libpq with ssl under win32

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: libpq with ssl under win32
Date: 2003-09-05 02:06:33
Message-ID: 200309050206.h8526Xw09020@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Andreas Pflug wrote:
> The attached patch enables libpq to be linked with ssl support (openssl
> 0.9.7.b tested).
> Client certificates are commented out because the implementation is *nix
> specific, regarding the location resolution of the .pem files. It needs
> to be discussed where these files should be located. For NT/W2K and up,
> the natural way would be using GetUserProfileDirectory, but this would
> exclude Win9x.

Can't we check the OS version via the compiler? Maybe not portabily
between the various compilers supported.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-09-05 02:10:36 Re: libpq-win32 patches
Previous Message Bruce Momjian 2003-09-05 01:33:20 Re: Warning for missing createlang