diff options
author | Vijay Pai <vpai@google.com> | 2017-08-08 12:44:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-08 12:44:20 -0700 |
commit | 9d3f1d49f974ea2e6299b3335c364fb8d4b08102 (patch) | |
tree | 984bc5688a062ad168996d350d123aa0474e74b9 | |
parent | e7aa35a51c59a17dfa313659aa891f1aaac9b9b1 (diff) | |
parent | 43f7acff8b932b53f9cf9b1c8d9f8ab6ba7395a9 (diff) |
Merge pull request #12091 from chhsia0/osx-cmake
Fixed `grpc_unsecure` CMake build failures due to non-standard ssl path.
-rw-r--r-- | src/core/ext/census/tracing.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/ext/census/tracing.c b/src/core/ext/census/tracing.c index 543a73c5ad..823c681abf 100644 --- a/src/core/ext/census/tracing.c +++ b/src/core/ext/census/tracing.c @@ -21,7 +21,6 @@ #include <grpc/census.h> #include <grpc/support/alloc.h> #include <grpc/support/log.h> -#include <openssl/rand.h> #include "src/core/ext/census/mlog.h" void trace_start_span(const trace_span_context *span_ctxt, |