Skip to content
Snippets Groups Projects
user avatar
Chun-Hung Hsiao authored
`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.
43f7acff
History
Name Last commit Last update