projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4818377
)
Adjust ssl_ciphers to be specific to OpenSSL
author
Bruce Momjian
<
[email protected]
>
Mon, 8 Jul 2019 23:39:48 +0000
(19:39 -0400)
committer
Bruce Momjian
<
[email protected]
>
Mon, 8 Jul 2019 23:39:48 +0000
(19:39 -0400)
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
src/backend/utils/misc/guc.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/misc/guc.c
b/src/backend/utils/misc/guc.c
index 631f16f5fe77098945d5bd4928a79ca46b138542..fc463601ff3c47c2549181b71961b07d78427a33 100644
(file)
--- a/
src/backend/utils/misc/guc.c
+++ b/
src/backend/utils/misc/guc.c
@@
-4124,7
+4124,7
@@
static struct config_string ConfigureNamesString[] =
GUC_SUPERUSER_ONLY
},
&SSLCipherSuites,
-#ifdef USE_SSL
+#ifdef USE_
OPEN
SSL
"HIGH:MEDIUM:+3DES:!aNULL",
#else
"none",