Alexey Serbin has uploaded this change for review. ( 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 --- 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/1 -- 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: newchange Gerrit-Change-Id: I3714365801f7de4e4768f4c4e2cf063ff5a65c57 Gerrit-Change-Number: 16696 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
