Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use binary directory for symbol exports generation | Don | 2018-03-16 | 1 | -17/+23 |
| | | | | Currently the CMake files generate symbols into the source tree when they should go into the build tree. | ||||
* | cmake_export_symbol: Darwin compatibility | Masud Rahman | 2017-06-25 | 1 | -1/+7 |
| | | | | | | | | The Darwin platform prefixes all C symbols with an underscore. At link-time of a shared library, libressl generates a list of symbols to export, but does not prefix each symbol with an underscore. This commit addresses that issue. | ||||
* | Add export symbol support to CMake for libcrypto | kinichiro | 2017-01-18 | 1 | -0/+3 |
| | |||||
* | Add export symbol support to CMake | kinichiro | 2017-01-18 | 1 | -0/+41 |