curl/projects/Windows/VC14/lib
Jay Satiro f74b6d8551 projects: Fix Visual Studio wolfSSL configurations
- Change build-wolfssl.bat to disable SSLv3, enable TLSv1.3, enable
  wolfSSL_DES_ecb_encrypt (needed by NTLM) and enable alt cert chains.

- Disable warning C4214 'bit field types other than int'.

- Add include directory wolfssl\wolfssl.

wolfSSL offers OpenSSL API compatibility that libcurl uses, and some
recent change in libcurl included an include file for wolfSSL like
openssl/foo.h, which has a path like wolfssl\wolfssl\openssl\foo.h.

The include directory issue was reported in #8292 but it's currently
unclear whether this type of change is needed for other build systems.

Bug: https://github.com/curl/curl/issues/8292
Reported-by: Harry Sarson

Closes https://github.com/curl/curl/pull/8298
2022-01-21 03:22:06 -05:00
..
.gitignore .gitignore: Added new VC14 SQLite based program database files 2016-04-01 20:00:05 +01:00
libcurl.sln build: Added wolfSSL configurations to VC10+ project files 2015-08-06 18:13:09 +01:00
libcurl.tmpl projects: Fix Visual Studio wolfSSL configurations 2022-01-21 03:22:06 -05:00
libcurl.vcxproj.filters build: Added missing Visual Studio filter files for VC10 onwards 2016-03-19 17:57:43 +00:00