Alexey Serbin has uploaded this change for review. ( 
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
---
M src/kudu/security/openssl_util.h
M src/kudu/security/openssl_util_bio.h
2 files changed, 3 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/96/17196/1
--
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: newchange
Gerrit-Change-Id: I04ac09fbd79abda8c07491f4fe3bdbcac0af07ca
Gerrit-Change-Number: 17196
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <aser...@cloudera.com>

Reply via email to