readme.precompiled.txt 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. 29 May 2017
  2. ======================================================================================================================
  3. url: http://www.npcglib.org/~stathis/blog/precompiled-openssl
  4. ======================================================================================================================
  5. These are custom pre-built OpenSSL Libraries v1.1.0f (http://www.openssl.org).
  6. They are compiled with Cygwin/MSVC for 32/64-bit Windows, using Visual Studio 2015.
  7. Please note that the OpenSSL Project (http://www.openssl.org) is the only official source of OpenSSL.
  8. These builds are created for my own personal use and therefore you are utilizing them at your own risk.
  9. My builds are unsupported and not endorsed by The OpenSSL Project.
  10. I build these in the context of my own work and spare time,
  11. I do NOT charge any money, I do NOT make any money ... and NO I do NOT accept any donations!
  12. If you really like OpenSSL, if it has helped you or your company in any way,
  13. or you are feeling like giving back anyway, then please
  14. donate directly to the OpenSSL Project: https://www.openssl.org/support/donations.html
  15. The developers and countless contributors deserve it!
  16. ------------------------------------------------------------------------------
  17. 32-bit OpenSSL Libraries [shared] [runtime: dynamic (/MD)]]
  18. ------------------------------------------------------------------------------
  19. release runtime dlls: bin\libcryptoMD.dll bin\libsslMD.dll
  20. release import libs: lib\libcryptoMD.lib lib\libsslMD.lib
  21. debug runtime dlls: bin\libcryptoMDd.dll bin\libsslMDd.dll
  22. debug import libs: lib\libcryptoMDd.lib lib\libsslMDd.lib
  23. ------------------------------------------------------------------------------
  24. 32-bit OpenSSL Libraries [static] [runtime: static (/MT)]]
  25. ------------------------------------------------------------------------------
  26. release libs: lib\libcryptoMT.lib lib\libsslMT.lib
  27. debug libs: lib\libcryptoMTd.lib lib\libsslMTd.lib
  28. ------------------------------------------------------------------------------
  29. 64-bit OpenSSL Libraries [shared] [runtime: dynamic (/MD)]]
  30. ------------------------------------------------------------------------------
  31. release runtime dlls: bin64\libcryptoMD.dll bin64\libsslMD.dll
  32. release import libs: lib64\libcryptoMD.lib lib64\libsslMD.lib
  33. debug runtime dlls: bin64\libcryptoMDd.dll bin64\libsslMDd.dll
  34. debug import libs: lib64\libcryptoMDd.lib lib64\libsslMDd.lib
  35. ------------------------------------------------------------------------------
  36. 64-bit OpenSSL Libraries [static] [runtime: static (/MT)]]
  37. ------------------------------------------------------------------------------
  38. release libs: lib64\libcryptoMT.lib lib64\libsslMT.lib
  39. debug libs: lib64\libcryptoMTd.lib lib64\libsslMTd.lib
  40. ======================================================================================================================
  41. If you have any comments or problems send me an email at:
  42. stathis <stathis@npcglib.org>