Merge pull request #12091 from chhsia0/osx-cmake

Fixed `grpc_unsecure` CMake build failures due to non-standard ssl path.
reviewable/pr12024/r4^2
Vijay Pai 7 years ago committed by GitHub
commit 9d3f1d49f9
  1. 1
      src/core/ext/census/tracing.c

@ -21,7 +21,6 @@
#include <grpc/census.h> #include <grpc/census.h>
#include <grpc/support/alloc.h> #include <grpc/support/alloc.h>
#include <grpc/support/log.h> #include <grpc/support/log.h>
#include <openssl/rand.h>
#include "src/core/ext/census/mlog.h" #include "src/core/ext/census/mlog.h"
void trace_start_span(const trace_span_context *span_ctxt, void trace_start_span(const trace_span_context *span_ctxt,

Loading…
Cancel
Save