• Show log

    Commit

  • Hash : 1dd6a52f
    Author : Masud Rahman
    Date : 2017-07-24T15:24:29

    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.