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

Change subject: [security] move SslTypeTraits<BIO>::kFreeFunc to openssl_util.h
......................................................................

[security] move SslTypeTraits<BIO>::kFreeFunc to openssl_util.h

This patch moves SslTypeTraits<BIO>::kFreeFunc definition from the
openssl_util_bio.h to openssl_util.h header file.  The rationale for
this update is that ssl_make_unique(BIO_new(...)) construct can be
used separately from utility functions defined in openssl_util_bio.h,
exactly like it's done in a follow-up patch.  With that, inclusion of
openssl_util_bio.h isn't necessary once openssl_util.h is already
included.

Change-Id: I04ac09fbd79abda8c07491f4fe3bdbcac0af07ca
Reviewed-on: http://gerrit.cloudera.org:8080/17196
Tested-by: Kudu Jenkins
Reviewed-by: Grant Henke <granthe...@apache.org>
---
M src/kudu/security/openssl_util.h
M src/kudu/security/openssl_util_bio.h
2 files changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Kudu Jenkins: Verified
  Grant Henke: Looks good to me, approved

--
To view, visit http://gerrit.cloudera.org:8080/17196
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I04ac09fbd79abda8c07491f4fe3bdbcac0af07ca
Gerrit-Change-Number: 17196
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <aser...@cloudera.com>
Gerrit-Reviewer: Alexey Serbin <aser...@cloudera.com>
Gerrit-Reviewer: Andrew Wong <aw...@cloudera.com>
Gerrit-Reviewer: Grant Henke <granthe...@apache.org>
Gerrit-Reviewer: Kudu Jenkins (120)

Reply via email to