Alexey Serbin has submitted this change and it was merged. ( 
http://gerrit.cloudera.org:8080/16696 )

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
Reviewed-on: http://gerrit.cloudera.org:8080/16696
Reviewed-by: Andrew Wong <[email protected]>
Tested-by: Kudu Jenkins
---
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(-)

Approvals:
  Andrew Wong: Looks good to me, approved
  Kudu Jenkins: Verified

--
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: merged
Gerrit-Change-Id: I3714365801f7de4e4768f4c4e2cf063ff5a65c57
Gerrit-Change-Number: 16696
Gerrit-PatchSet: 3
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Andrew Wong <[email protected]>
Gerrit-Reviewer: Attila Bukor <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)

Reply via email to