Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23284 )
Change subject: KUDU-3635 fix compilation with OpenSSL prior to v1.1.0 ...................................................................... KUDU-3635 fix compilation with OpenSSL prior to v1.1.0 This fixes build breakage when compiling with OpenSSL versions prior to 1.1.0. Also, make sure ScopedCheckNoPendingSSLErrors' destructor isn't invoked when the state of the OpenSSL library has been cleaned up already. This is a follow-up to bda99a38bb7da12959a99ffc9a79de02acdacf2a. Change-Id: I2645cd5193573f609cc2016c94ce2d01365d6187 Reviewed-on: http://gerrit.cloudera.org:8080/23284 Reviewed-by: Alexey Serbin <ale...@apache.org> Tested-by: Alexey Serbin <ale...@apache.org> --- M src/kudu/util/openssl_util.cc 1 file changed, 16 insertions(+), 10 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/23284 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.18.x Gerrit-MessageType: merged Gerrit-Change-Id: I2645cd5193573f609cc2016c94ce2d01365d6187 Gerrit-Change-Number: 23284 Gerrit-PatchSet: 2 Gerrit-Owner: Abhishek Chennaka <achenn...@cloudera.com> Gerrit-Reviewer: Alexey Serbin <ale...@apache.org> Gerrit-Reviewer: Kudu Jenkins (120)