aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_ssl
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-28 15:49:23 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-03-28 15:49:23 -0700
commitb29f1fe3a2765e401a34dfa731aa150a6c65ed53 (patch)
tree654da72d3d4a1e684b0d2d7f94e45ba9b86b5325 /test/core/bad_ssl
parent134fed3a8543ad59d090c74affe47652dae180b1 (diff)
Update include paths
Diffstat (limited to 'test/core/bad_ssl')
-rw-r--r--test/core/bad_ssl/servers/cert.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/bad_ssl/servers/cert.c b/test/core/bad_ssl/servers/cert.c
index 9aadf452e2..71a636c599 100644
--- a/test/core/bad_ssl/servers/cert.c
+++ b/test/core/bad_ssl/servers/cert.c
@@ -56,10 +56,10 @@ int main(int argc, char **argv) {
grpc_init();
GPR_ASSERT(GRPC_LOG_IF_ERROR(
- "load_file", grpc_load_file("src/core/lib/tsi/test_creds/badserver.pem",
+ "load_file", grpc_load_file("src/core/tsi/test_creds/badserver.pem",
1, &cert_slice)));
GPR_ASSERT(GRPC_LOG_IF_ERROR(
- "load_file", grpc_load_file("src/core/lib/tsi/test_creds/badserver.key",
+ "load_file", grpc_load_file("src/core/tsi/test_creds/badserver.key",
1, &key_slice)));
pem_key_cert_pair.private_key = (const char *)GRPC_SLICE_START_PTR(key_slice);
pem_key_cert_pair.cert_chain = (const char *)GRPC_SLICE_START_PTR(cert_slice);