Re: OpenSSL specific value under USE_SSL instead of USE_OPENSSL

2019-07-08 Thread Bruce Momjian
On Thu, Jun 27, 2019 at 04:02:45PM +0200, Daniel Gustafsson wrote: > The ssl_ciphers GUC for configuring cipher suites sets the default value based > on USE_SSL but it’s actually an OpenSSL specific value. As with other such > changes, it works fine now but will become an issue should we support o

OpenSSL specific value under USE_SSL instead of USE_OPENSSL

2019-06-27 Thread Daniel Gustafsson
The ssl_ciphers GUC for configuring cipher suites sets the default value based on USE_SSL but it’s actually an OpenSSL specific value. As with other such changes, it works fine now but will become an issue should we support other TLS backends. Attached patch fixes this. cheers ./daniel opens