Author :
Masud Rahman
Date :
2017-07-24 15:24:29
Hash :1dd6a52f Message :ssl/tls cmake: fix shared library dependencies
Ensure that the 'ssl' depends on 'crypto' and that 'tls' depends on
'ssl' and 'crypto' for all platforms. Prior to this commit, the
dependency was only specified for the 'WIN32' CMake build.