projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29f3ac9
)
Specify default value of ssl_ciphers
author
Yugo Nagata
<nagata@sraoss.co.jp>
Wed, 27 Mar 2019 01:08:32 +0000
(10:08 +0900)
committer
Yugo Nagata
<nagata@sraoss.co.jp>
Wed, 27 Mar 2019 01:08:32 +0000
(10:08 +0900)
src/config/pool_config_variables.c
patch
|
blob
|
blame
|
history
diff --git
a/src/config/pool_config_variables.c
b/src/config/pool_config_variables.c
index f0b74cce8e5d82ed2b0c8cb18395ee860d69edea..8989c8568421f1323220aec982753e182f39943f 100644
(file)
--- a/
src/config/pool_config_variables.c
+++ b/
src/config/pool_config_variables.c
@@
-998,7
+998,7
@@
static struct config_string ConfigureNamesString[] =
CONFIG_VAR_TYPE_STRING, false, 0
},
&g_pool_config.ssl_ciphers,
- "",
+ "
HIGH:MEDIUM:+3DES:!aNULL
",
NULL, NULL, NULL, NULL
},