Update internal curl to 7.54.0

This commit is contained in:
MAN-AT-ARMS 2017-07-28 09:59:43 -04:00 committed by Tim Angus
parent 6693465336
commit e07ffa715c
15 changed files with 1103 additions and 301 deletions

View file

@ -28,7 +28,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include "../qcommon/qcommon.h"
#ifdef USE_LOCAL_HEADERS
#include "../libcurl-7.35.0/curl/curl.h"
#include "../curl-7.54.0/include/curl/curl.h"
#else
#include <curl/curl.h>
#endif