Re: Supporting Windows SChannel as OpenSSL replacement
Heikki Linnakangas <hlinnakangas@vmware.com>
From: Heikki Linnakangas <hlinnakangas@vmware.com>
To: Jeff Janes <jeff.janes@gmail.com>, Andreas Karlsson <andreas@proxel.se>
Cc: Martijn van Oosterhout <kleptog@svana.org>, Magnus Hagander
<magnus@hagander.net>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2014-08-01T17:58:16Z
Lists: pgsql-hackers
On 07/08/2014 08:11 PM, Jeff Janes wrote: > Is there some recipe for testing the 0002 patch? Can it be tested on an > MinGW environment, or does it need to use the MicroSoft supplied compilers? I used MSVC. It ought to work with MinGW, I think, although you might need to tweak the Makefiles to make it compile. Certainly we should eventually make it work, before committing. If you try it out, let me know how it goes. - Heikki