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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy