aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/handshake
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2017-10-30 17:52:07 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2017-10-30 17:52:07 -0700
commite5863246272f5e15d17f74606f6357c6aef24e6e (patch)
tree54824040c00dcbb97c356836fd53967443e81f6a /test/core/handshake
parentc430c84f84bec9c97cb48b0ccfd212f52e10de93 (diff)
BUILD files changes for bazel
Diffstat (limited to 'test/core/handshake')
-rw-r--r--test/core/handshake/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/handshake/BUILD b/test/core/handshake/BUILD
index 8e462cfc5b..a2ac501927 100644
--- a/test/core/handshake/BUILD
+++ b/test/core/handshake/BUILD
@@ -20,7 +20,7 @@ licenses(["notice"]) # Apache v2
grpc_cc_test(
name = "client_ssl",
- srcs = ["client_ssl.c"],
+ srcs = ["client_ssl.cc"],
language = "C",
data = [
"//src/core/tsi/test_creds:ca.pem",
@@ -37,7 +37,7 @@ grpc_cc_test(
grpc_cc_test(
name = "server_ssl",
- srcs = ["server_ssl.c"],
+ srcs = ["server_ssl.cc"],
language = "C",
data = [
"//src/core/tsi/test_creds:ca.pem",