Hello Attila Bukor, Kudu Jenkins, Andrew Wong,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/16696
to look at the new patch set (#2).
Change subject: [server] fix compilation under RHEL/CentOS 6
......................................................................
[server] fix compilation under RHEL/CentOS 6
It seems the version of the OpenSSL library used to work around
versioned symbols in RHEL/CentOS 6.5+ doesn't contain declaration
of FIPS_mode() function in openssl/crypto.h file. That breaks the
compilation after the introduction of the two changelist mentioned
below. This patch fixes the compilation breakage, adding
openssl/fips.h header file when necessary.
This is a follow-up to changelists 46231c52f and 6d2c79a4f.
Change-Id: I3714365801f7de4e4768f4c4e2cf063ff5a65c57
---
M CMakeLists.txt
M src/kudu/security/openssl_util.cc
M src/kudu/server/webserver-test.cc
M src/kudu/server/webserver.cc
4 files changed, 12 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/96/16696/2
--
To view, visit http://gerrit.cloudera.org:8080/16696
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I3714365801f7de4e4768f4c4e2cf063ff5a65c57
Gerrit-Change-Number: 16696
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Andrew Wong <[email protected]>
Gerrit-Reviewer: Attila Bukor <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)