Adar Dembo has submitted this change and it was merged. Change subject: fix compile error in ssl_socket.cc on Ubuntu 16.04 ......................................................................
fix compile error in ssl_socket.cc on Ubuntu 16.04 X509_check_host() is defined in x509v3.h, not x509.h. Change-Id: I0a80c6deea2d4116e37d9b034b69ac1870838077 Reviewed-on: http://gerrit.cloudera.org:8080/4921 Reviewed-by: Todd Lipcon <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/util/net/ssl_socket.cc 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Todd Lipcon: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/4921 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0a80c6deea2d4116e37d9b034b69ac1870838077 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Adar Dembo <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
