librdkafka
librdkafka copied to clipboard
Add missing include due to RAND_priv_bytes
RAND_priv_bytes() requires including openssl/rand.h from the openssl library. Some compilers may not error out and treat it as a warning. In my case, on Fedora rawhide, the build is failing due to missing lib include.