diff options
author | Craig Tiller <ctiller@google.com> | 2016-02-25 07:16:40 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-02-25 07:16:40 -0800 |
commit | cf999dd3361272a2ee908e3c7602e949df73baef (patch) | |
tree | c6c92cb444522b294ad3e20b2ea5c2f1bd17cc2d /test/core/bad_ssl/servers/cert.c | |
parent | a3f344201051082f806bd31c02a6d0754a2754ea (diff) | |
parent | 296f9a776286d73d1b3348c7b1379d78d1ee0290 (diff) |
Merge github.com:grpc/grpc into cleaner-posix2
Diffstat (limited to 'test/core/bad_ssl/servers/cert.c')
-rw-r--r-- | test/core/bad_ssl/servers/cert.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/core/bad_ssl/servers/cert.c b/test/core/bad_ssl/servers/cert.c index d67a6ca1d4..4edef50b67 100644 --- a/test/core/bad_ssl/servers/cert.c +++ b/test/core/bad_ssl/servers/cert.c @@ -1,6 +1,6 @@ /* * - * Copyright 2015, Google Inc. + * Copyright 2015-2016, Google Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -38,9 +38,9 @@ #include <grpc/support/log.h> #include <grpc/support/useful.h> -#include "src/core/support/file.h" +#include "src/core/support/load_file.h" -#include "test/core/bad_ssl/server.h" +#include "test/core/bad_ssl/server_common.h" #include "test/core/end2end/data/ssl_test_data.h" /* This server will present an untrusted cert to the connecting client, |