Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ba09342

Browse files
committed
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
1 parent 4818377 commit ba09342

File tree

1 file changed

+1
-1
lines changed
  • src/backend/utils/misc

1 file changed

+1
-1
lines changed

src/backend/utils/misc/guc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4124,7 +4124,7 @@ static struct config_string ConfigureNamesString[] =
41244124
GUC_SUPERUSER_ONLY
41254125
},
41264126
&SSLCipherSuites,
4127-
#ifdef USE_SSL
4127+
#ifdef USE_OPENSSL
41284128
"HIGH:MEDIUM:+3DES:!aNULL",
41294129
#else
41304130
"none",

0 commit comments

Comments
 (0)