Adjust ssl_ciphers to be specific to OpenSSL

Syntax is OpenSSL-specific, so only use it for OpenSSL.

Discussion: https://postgr.es/m/8232E273-7B25-47F4-B0E7-3D4264106F82@yesql.se

Author: Daniel Gustafsson

Backpatch-through: head
This commit is contained in:
Bruce Momjian 2019-07-08 19:39:48 -04:00
parent 481837783b
commit ba09342518
1 changed files with 1 additions and 1 deletions

View File

@ -4124,7 +4124,7 @@ static struct config_string ConfigureNamesString[] =
GUC_SUPERUSER_ONLY
},
&SSLCipherSuites,
#ifdef USE_SSL
#ifdef USE_OPENSSL
"HIGH:MEDIUM:+3DES:!aNULL",
#else
"none",