mirror of https://github.com/grpc/grpc.git
`grpc_unsecure` doesn't use openssl, but one of its source file accidently includes `openssl/rand.h`. Since `CMakeLists.txt` doesn't specify that `grpc_unsecure` requires openssl, the build would fail. This can be fixed by simply removing this header inclusion. Fixed #11600.pull/12091/head
parent
a39d9fa040
commit
43f7acff8b
1 changed files with 0 additions and 1 deletions
Loading…
Reference in new issue