Content-Length: 256668 | pFad | http://github.com/postgrespro/postgres_cluster/commit/ba0934251823145461b208d55d8c003576bbfd62

75 Adjust ssl_ciphers to be specific to OpenSSL · postgrespro/postgres_cluster@ba09342 · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/ba0934251823145461b208d55d8c003576bbfd62

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy