]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Update SSL support a bit. 8106/head
authorMarcus Watts <mwatts@redhat.com>
Fri, 25 Mar 2016 10:11:34 +0000 (06:11 -0400)
committerMarcus Watts <mwatts@redhat.com>
Fri, 25 Mar 2016 10:18:56 +0000 (06:18 -0400)
commit5bf340ebae9790de4d5aa4d190b267774e28b6c6
tree386e46a4e87e9d9ae85c97a3ab1d43e9d44a0a8b
parent8e87ce74e7e13f72fad8e049f1f33788cdf7ed09
Update SSL support a bit.

Use cmake's FindOpenSSL.  Actually use the library definitions that
come out of it.  Also use the include path.  If SSL is disabled,
then build without any of this.  The result will be a version
of civetweb that includes openssl support using dlopen() - ie,
what we used to do.  This is probably a bit silly, and I hope
nobody actually expects to use it that way, but it's mostly harmless.

Signed-off-by: Marcus Watts <mwatts@redhat.com>
CMakeLists.txt
cmake/modules/FindOpenSSL.cmake [deleted file]
src/CMakeLists.txt