From b0b86d7504dc7cf25d2616927196203c8ee41373 Mon Sep 17 00:00:00 2001 From: Vizerai Date: Wed, 25 Jan 2017 13:45:54 -0800 Subject: [PATCH] updated to correctly build with Bazel. --- BUILD | 2 +- src/core/ext/census/tracing.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD b/BUILD index 507f7abfbb8..b4835696324 100644 --- a/BUILD +++ b/BUILD @@ -292,7 +292,7 @@ grpc_cc_library( ], external_deps = [ "nanopb", - "submodule_boringssl", + "libssl", ], language = "c", public_hdrs = [ diff --git a/src/core/ext/census/tracing.c b/src/core/ext/census/tracing.c index f02aefc3d7d..8b74628f4fb 100644 --- a/src/core/ext/census/tracing.c +++ b/src/core/ext/census/tracing.c @@ -36,7 +36,7 @@ #include #include #include -#include "third_party/boringssl-with-bazel/src/include/openssl/rand.h" +#include #include "src/core/ext/census/mlog.h" void trace_start_span(const trace_span_context *span_ctxt,