aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/openssl/patches
Commit message (Collapse)AuthorAgeFilesLines
* Deleting OpenSSL module and libraryFabio Alessandrelli2018-02-142-113/+0
|
* openssl: Update to pristine 1.0.2n (security update)Rémi Verschelde2018-01-131-6/+6
|
* 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).