aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2017-04-27 16:09:34 +0200
committerGravatar GitHub <noreply@github.com>2017-04-27 16:09:34 +0200
commit03fb85178e8f7ac296a1543f2e8534d0676d6fb7 (patch)
tree19f46cf0bb74087b7345506af812c2ec88616d7c
parent8e7653736b82deb984c3fb6cd22293ee3d2863fc (diff)
parent136533e3969f03594cd0700b3e6c1cf915c23e84 (diff)
Merge pull request #10877 from jtattermusch/fix_sc_formatting
Fix security_connector.c formatting
-rw-r--r--src/core/lib/security/transport/security_connector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/security/transport/security_connector.c b/src/core/lib/security/transport/security_connector.c
index b208c78cac..30431a4e4a 100644
--- a/src/core/lib/security/transport/security_connector.c
+++ b/src/core/lib/security/transport/security_connector.c
@@ -78,7 +78,7 @@ void grpc_set_ssl_roots_override_callback(grpc_ssl_roots_override_callback cb) {
/* Defines the cipher suites that we accept by default. All these cipher suites
are compliant with HTTP2. */
-#define GRPC_SSL_CIPHER_SUITES \
+#define GRPC_SSL_CIPHER_SUITES \
"ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384"
static gpr_once cipher_suites_once = GPR_ONCE_INIT;