Re: [COMMITTERS] pgsql: Break out OpenSSL-specific code to separate files.

2014-08-18 Thread Heikki Linnakangas
On 08/17/2014 03:15 PM, Andres Freund wrote: On 2014-08-11 09:11:08 +, Heikki Linnakangas wrote: Break out OpenSSL-specific code to separate files. This refactoring is in preparation for adding support for other SSL implementations, with no user-visible effects. There are now two #defines,

Re: [COMMITTERS] pgsql: Break out OpenSSL-specific code to separate files.

2014-08-17 Thread Andres Freund
On 2014-08-11 09:11:08 +, Heikki Linnakangas wrote: > Break out OpenSSL-specific code to separate files. > > This refactoring is in preparation for adding support for other SSL > implementations, with no user-visible effects. There are now two #defines, > USE_OPENSSL which is defined when buil

[COMMITTERS] pgsql: Break out OpenSSL-specific code to separate files.

2014-08-11 Thread Heikki Linnakangas
Break out OpenSSL-specific code to separate files. This refactoring is in preparation for adding support for other SSL implementations, with no user-visible effects. There are now two #defines, USE_OPENSSL which is defined when building with OpenSSL, and USE_SSL which is defined when building with