diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2019-04-04 16:26:56 +0300 |
---|---|---|
committer | Sergey Kandaurov <pluknet@nginx.com> | 2019-04-04 16:26:56 +0300 |
commit | ce912de835153ce465b4a192e291ef0b96806baa (patch) | |
tree | 40ee1517a846c557a1a4347f0905e8dddcc8e15a /src/stream | |
parent | 7c7d32772d3e83868955ce7fab197ab52ff90bcd (diff) | |
download | nginx-ce912de835153ce465b4a192e291ef0b96806baa.tar.gz nginx-ce912de835153ce465b4a192e291ef0b96806baa.zip |
Win32: preserving binary compatibility with Windows XP - Vista.
OpenSSL 1.1.0 and above uses BCrypt if available (Windows 7 or higher).
This results in an unusable binary on older Windows versions, when building
with newer Windows SDK (such as 7.0A). Using CFLAGS to define _WIN32_WINNT
allows to set a desired ABI and make sure the binary works with Windows XP.
To not mix with other potential CFLAGS uses, it is set in GNUmakefile.
Diffstat (limited to 'src/stream')
0 files changed, 0 insertions, 0 deletions