Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove check-in .def and ignore .sym files | Brent Cook | 2016-11-06 | 1 | -258/+0 |
| | |||||
* | implement support for hiding symbols in libtls / libssl | Brent Cook | 2016-11-06 | 1 | -313/+18 |
| | |||||
* | export DLLs functions for MSVC with CMake | kinichiro | 2016-10-30 | 1 | -0/+553 |
- Add 3 DEF files to export functions from Windows DLLs - Add gettimeofday to crypto/crypto.def (*1) - Remove gai_strerrorA from tls/tls.def (*1) - Fix CMakeLists.txt to use DEF files as PRIVATE - Change DLL import library file name since it duplicates with static library - Ignore compiler warning C4267, and Edit CMAKE_C_FLAGS not to overwrite it (*1) - Add USE_SHARED option to build openssl.exe with shared libraries (*1) (*1) recommended by @mcnameej |