summaryrefslogtreecommitdiff
path: root/thirdparty/openssl/patches/config_windows.patch
AgeCommit message (Collapse)Author
2017-05-27openssl: Define WIN32_LEAN_AND_MEAN on WindowsRĂ©mi Verschelde
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).