Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitba09342

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.seAuthor: Daniel GustafssonBackpatch-through: head
1 parent4818377 commitba09342

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-
#ifdefUSE_SSL
4127+
#ifdefUSE_OPENSSL
41284128
"HIGH:MEDIUM:+3DES:!aNULL",
41294129
#else
41304130
"none",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp