ssl split out common server and client ssl sources
authorAndy Green <andy@warmcat.com>
Tue, 29 Mar 2016 00:51:42 +0000 (08:51 +0800)
committerAndy Green <andy@warmcat.com>
Tue, 29 Mar 2016 00:51:42 +0000 (08:51 +0800)
commit7fe02e3af5b515b98604468119025c2262b0a515
tree29ca9885edc30a9fbdcaf6a894d4cd593babf50f
parenteefb13a0a7ced57be11e2a3cc45653840f5c19e1
ssl split out common server and client ssl sources

Most of ssl.c is under a #ifdef for client or server disabled...
let's get rid of it and have CMake just build the appropriate
files

Signed-off-by: Andy Green <andy@warmcat.com>
CMakeLists.txt
lib/ssl-client.c [new file with mode: 0644]
lib/ssl-server.c [new file with mode: 0644]
lib/ssl.c