aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/security/BUILD
diff options
context:
space:
mode:
authorGravatar Matt Kwong <mattkwong@google.com>2017-02-22 11:25:10 -0800
committerGravatar Matt Kwong <mattkwong@google.com>2017-02-27 13:51:11 -0800
commitc5b3b25f8d94404a6069cacd756be47d8e9d8de3 (patch)
treec92371b80a7951731166deb7e019e2e7ed90e683 /test/core/security/BUILD
parentdc720ca6bf27181c040cefcdb298d9dee8bf3058 (diff)
Change ssl_server_fuzzer.c to use ssl_test_data.h instead of loading mock SSL data from file
Diffstat (limited to 'test/core/security/BUILD')
-rw-r--r--test/core/security/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/security/BUILD b/test/core/security/BUILD
index e750c39b7c..1cb03c5cfe 100644
--- a/test/core/security/BUILD
+++ b/test/core/security/BUILD
@@ -34,7 +34,7 @@ load("//test/core/util:grpc_fuzzer.bzl", "grpc_fuzzer")
grpc_fuzzer(
name = "ssl_server_fuzzer",
srcs = ["ssl_server_fuzzer.c"],
- deps = ["//:gpr", "//:grpc", "//test/core/util:grpc_test_util"],
+ deps = ["//:gpr", "//:grpc", "//test/core/util:grpc_test_util", "//test/core/end2end:ssl_test_data"],
corpus = "corpus",
copts = ["-std=c99"],
)