libreSSL/crypto
kinichiro 62f2a73061 export DLLs functions for MSVC with CMake
- 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
2016-10-30 21:39:36 -05:00
..
compat Revert back to GetStdHandle, since it works fine with pipes. 2015-12-11 09:22:12 -06:00
CMakeLists.txt export DLLs functions for MSVC with CMake 2016-10-30 21:39:36 -05:00
crypto.def export DLLs functions for MSVC with CMake 2016-10-30 21:39:36 -05:00
Makefile.am export DLLs functions for MSVC with CMake 2016-10-30 21:39:36 -05:00
Makefile.am.arc4random refresh nc(1) support 2015-12-06 23:32:18 -06:00
Makefile.am.elf-x86_64 rework CFLAGS/CPPFLAGS settings during configuration 2015-03-22 07:43:55 -05:00
Makefile.am.macosx-x86_64 rework CFLAGS/CPPFLAGS settings during configuration 2015-03-22 07:43:55 -05:00