Skip to content

Commit

Permalink
Update to latest librdkafka & add a define for RAND_priv_bytes (#148)
Browse files Browse the repository at this point in the history
Co-authored-by: Franz Busch <[email protected]>
  • Loading branch information
axelandersson and FranzBusch authored Nov 24, 2023
1 parent ec411bd commit aec326e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Sources/Crdkafka/custom/include/openssl/ssl.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@
//===----------------------------------------------------------------------===//

#include "CNIOBoringSSL_ssl.h"

#define RAND_priv_bytes(buf, num) RAND_bytes((buf), (num))
2 changes: 1 addition & 1 deletion Sources/Crdkafka/librdkafka
Submodule librdkafka updated 388 files

0 comments on commit aec326e

Please sign in to comment.