Releases: DiscordMessenger/openssl
OpenSSL for MSVC
This release includes the include/
directory as well as the libraries and DLLs (libcrypto-3.dll
and libssl-3.dll
) necessary to use this library.
These will not work without the Microsoft Visual C++ 2015 Redistributable package, and thus will not work on anything lower than Windows XP SP2. If you want to target older systems, you will need to use the MinGW versions of both OpenSSL and Discord Messenger.
OpenSSL for MinGW
This release includes the headers (include/
), MinGW libraries, and OpenSSL DLLs (libcrypto-3.dll
and libssl-3.dll
).
libcrypto-3.dll
was patched to remove imports to _strtoi64
and _strtoui64
. The unpatched version is called libcrypto-3-original.dll
, but if you decide to use it, keep in mind that Windows 2000 and lower don't provide these imports and therefore the DLL won't work.