aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/openssl/patches (follow)
Commit message (Collapse)AuthorAgeFilesLines
* openssl: Reapply necessary UWP changes from patchRémi Verschelde2017-05-271-0/+64
|
* 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).