GitHub user roodkcab opened a pull request:
https://github.com/apache/zookeeper/pull/639
ZOOKEEPER-2122: add openssl to zookeeper c client to support ssl
I have some problem with cmake, I was intend to find openssl as dependency
using pkg_search_module, but it didn't work. so I have to set the include and
lib directory in /opt/local, can anyone help me on this ? thanks.
I made a wrong pull request to branch-3.5 #625, this one is a correction.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/roodkcab/zookeeper master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/639.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #639
----
commit 7ecbcbc14f99a43f1c7b226e05acc171f72e1951
Author: buaacss <sroodkcab@...>
Date: 2018-09-17T16:31:49Z
refine zhandle fd
commit cedd176b0189a4a4ddf5252dcb4435011ec4e8dd
Author: éç¡å® <bill@...>
Date: 2018-09-19T09:55:51Z
refine cli.c opt to getopt
commit 9a06457cf9f543bdd005fe5565f4a79c980ff3ea
Author: buaacss <sroodkcab@...>
Date: 2018-09-21T14:40:13Z
refine with getopt
----
---