Hello ZooKeepers,
CI is failing due to some upgrade in the C compiler (I assume).

This is the error:

 [exec] 
/home/runner/work/zookeeper/zookeeper/zookeeper-client/zookeeper-client-c/src/zookeeper.c:
In function ‘init_ssl_for_socket’:    1243 [exec]
/home/runner/work/zookeeper/zookeeper/zookeeper-client/zookeeper-client-c/src/zookeeper.c:2754:13:
error: implicit declaration of function ‘FIPS_mode’
[-Werror=implicit-function-declaration]    1244 [exec] 2754 | if
(FIPS_mode() == 0) {    1245 [exec] | ^~~~~~~~~    1246 [exec] cc1:
all warnings being treated as errors


This is a quick fix:
https://github.com/apache/zookeeper/pull/1951

Please help me review
this will unblock CI


Enrico

Reply via email to