Skip to content
Snippets Groups Projects
Commit 136533e3 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

fix security_connector.c formatting

parent 8e765373
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ void grpc_set_ssl_roots_override_callback(grpc_ssl_roots_override_callback cb) { ...@@ -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 /* Defines the cipher suites that we accept by default. All these cipher suites
are compliant with HTTP2. */ are compliant with HTTP2. */
#define GRPC_SSL_CIPHER_SUITES \ #define GRPC_SSL_CIPHER_SUITES \
"ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384" "ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384"
static gpr_once cipher_suites_once = GPR_ONCE_INIT; static gpr_once cipher_suites_once = GPR_ONCE_INIT;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment