52 lines
3.0 KiB
Plaintext
52 lines
3.0 KiB
Plaintext
|
|
29 May 2017
|
|
======================================================================================================================
|
|
url: http://www.npcglib.org/~stathis/blog/precompiled-openssl
|
|
======================================================================================================================
|
|
These are custom pre-built OpenSSL Libraries v1.1.0f (http://www.openssl.org).
|
|
They are compiled with Cygwin/MSVC for 32/64-bit Windows, using Visual Studio 2015.
|
|
|
|
Please note that the OpenSSL Project (http://www.openssl.org) is the only official source of OpenSSL.
|
|
These builds are created for my own personal use and therefore you are utilizing them at your own risk.
|
|
My builds are unsupported and not endorsed by The OpenSSL Project.
|
|
|
|
I build these in the context of my own work and spare time,
|
|
I do NOT charge any money, I do NOT make any money ... and NO I do NOT accept any donations!
|
|
If you really like OpenSSL, if it has helped you or your company in any way,
|
|
or you are feeling like giving back anyway, then please
|
|
donate directly to the OpenSSL Project: https://www.openssl.org/support/donations.html
|
|
The developers and countless contributors deserve it!
|
|
|
|
------------------------------------------------------------------------------
|
|
32-bit OpenSSL Libraries [shared] [runtime: dynamic (/MD)]]
|
|
------------------------------------------------------------------------------
|
|
release runtime dlls: bin\libcryptoMD.dll bin\libsslMD.dll
|
|
release import libs: lib\libcryptoMD.lib lib\libsslMD.lib
|
|
debug runtime dlls: bin\libcryptoMDd.dll bin\libsslMDd.dll
|
|
debug import libs: lib\libcryptoMDd.lib lib\libsslMDd.lib
|
|
|
|
------------------------------------------------------------------------------
|
|
32-bit OpenSSL Libraries [static] [runtime: static (/MT)]]
|
|
------------------------------------------------------------------------------
|
|
release libs: lib\libcryptoMT.lib lib\libsslMT.lib
|
|
debug libs: lib\libcryptoMTd.lib lib\libsslMTd.lib
|
|
|
|
------------------------------------------------------------------------------
|
|
64-bit OpenSSL Libraries [shared] [runtime: dynamic (/MD)]]
|
|
------------------------------------------------------------------------------
|
|
release runtime dlls: bin64\libcryptoMD.dll bin64\libsslMD.dll
|
|
release import libs: lib64\libcryptoMD.lib lib64\libsslMD.lib
|
|
debug runtime dlls: bin64\libcryptoMDd.dll bin64\libsslMDd.dll
|
|
debug import libs: lib64\libcryptoMDd.lib lib64\libsslMDd.lib
|
|
|
|
------------------------------------------------------------------------------
|
|
64-bit OpenSSL Libraries [static] [runtime: static (/MT)]]
|
|
------------------------------------------------------------------------------
|
|
release libs: lib64\libcryptoMT.lib lib64\libsslMT.lib
|
|
debug libs: lib64\libcryptoMTd.lib lib64\libsslMTd.lib
|
|
|
|
======================================================================================================================
|
|
|
|
If you have any comments or problems send me an email at:
|
|
stathis <stathis@npcglib.org>
|