-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #319 from dreusel/fix-FIPS_mode-undefined-reference
fix: remove code using FIPS_mode which is not available on all distros
- Loading branch information
Showing
3 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
diff -ur -p0 deps/zookeeper-client-c/src/zookeeper.c deps-patched/zookeeper-client-c/src/zookeeper.c | ||
--- deps/zookeeper-client-c/src/zookeeper.c 2022-09-10 16:36:21.122958700 +0200 | ||
+++ deps-patched/zookeeper-client-c/src/zookeeper.c 2022-09-10 16:32:05.092796200 +0200 | ||
@@ -2595,5 +2594,0 @@ static int init_ssl_for_socket(zsock_t * | ||
- if (FIPS_mode() == 0) { | ||
- LOG_INFO(LOGCALLBACK(zh), "FIPS mode is OFF "); | ||
- } else { | ||
- LOG_INFO(LOGCALLBACK(zh), "FIPS mode is ON "); | ||
- } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters