aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/openssl/patches/config_windows.patch
Commit message (Collapse)AuthorAgeFilesLines
* Deleting OpenSSL module and libraryFabio Alessandrelli2018-02-141-49/+0
|
* openssl: Define WIN32_LEAN_AND_MEAN on WindowsRémi Verschelde2017-05-271-0/+49
This avoids namespace collisions with things such as X509_NAME. Also force include of necessary definitions in `crypto/o_str.c` which seem missing on MSVC (but work on MinGW).