Github user roodkcab commented on the issue:
https://github.com/apache/zookeeper/pull/625
I got a problem here, as you know I use openssl for supporting double side
certificate, so I have quite a few options here to use openssl's code.
1. put openssl code directly in src directory or make it as a git
submodule, and let CMake compile it as dependency.
2. compile a static lib and link it.
which one do u prefer? @hanm any suggestion?---
