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,