From deb3dda96648e7ae5b83c6ea3d35a92a0c1476fa Mon Sep 17 00:00:00 2001 From: dartraiden Date: Wed, 7 Nov 2018 14:53:00 +0300 Subject: libcurl: update to 7.62 --- libs/libcurl/src/security.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libs/libcurl/src/security.c') diff --git a/libs/libcurl/src/security.c b/libs/libcurl/src/security.c index abf242c38d..6165d0af01 100644 --- a/libs/libcurl/src/security.c +++ b/libs/libcurl/src/security.c @@ -61,7 +61,9 @@ #include "strcase.h" #include "warnless.h" #include "strdup.h" -/* The last #include file should be: */ +/* The last 3 #include files should be in this order */ +#include "curl_printf.h" +#include "curl_memory.h" #include "memdebug.h" static const struct { @@ -422,7 +424,7 @@ static int sec_set_protection_level(struct connectdata *conn) if(!conn->sec_complete) { infof(conn->data, "Trying to change the protection level after the" - "completion of the data exchange.\n"); + " completion of the data exchange.\n"); return -1; } -- cgit v1.2.3