Skip to content

Commit aec326e

Browse files
Update to latest librdkafka & add a define for RAND_priv_bytes (#148)
Co-authored-by: Franz Busch <[email protected]>
1 parent ec411bd commit aec326e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Sources/Crdkafka/custom/include/openssl/ssl.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@
1313
//===----------------------------------------------------------------------===//
1414

1515
#include "CNIOBoringSSL_ssl.h"
16+
17+
#define RAND_priv_bytes(buf, num) RAND_bytes((buf), (num))

Sources/Crdkafka/librdkafka

Submodule librdkafka updated 388 files

0 commit comments

Comments
 (0)