Hello Alexey Serbin,

I'd like you to do a code review. Please visit

    http://gerrit.cloudera.org:8080/18293

to review the following change.


Change subject: [security] Fix FIPS_mode() check in OpenSSL >= 1.1
......................................................................

[security] Fix FIPS_mode() check in OpenSSL >= 1.1

FIPS mode is only supported in OpenSSL 1.0.2 for now, and OpenSSL 1.1
doesn't even have a FIPS_mode() function, causing the build to fail when
compiling with OpenSSL 1.1 headers. To fix this, this function is now
not called when compiling against OpenSSL >= 1.1, and simply sets
fips_mode to false.

Change-Id: Ia75928f57f78de650600ebccb038e17eaba5d14b
---
M src/kudu/util/openssl_util.cc
1 file changed, 5 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/93/18293/1
--
To view, visit http://gerrit.cloudera.org:8080/18293
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia75928f57f78de650600ebccb038e17eaba5d14b
Gerrit-Change-Number: 18293
Gerrit-PatchSet: 1
Gerrit-Owner: Attila Bukor <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>

Reply via email to