]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
strcasecompare: replaced remaining rawstr.h with strcase.h
authorDan Fandrich <dan@coneharvesters.com>
Mon, 31 Oct 2016 11:51:45 +0000 (12:51 +0100)
committerDan Fandrich <dan@coneharvesters.com>
Mon, 31 Oct 2016 11:57:58 +0000 (12:57 +0100)
This is a followup to commit 811a693b

lib/vtls/cyassl.c
lib/vtls/gtls.c
lib/vtls/mbedtls.c
lib/vtls/nss.c
lib/vtls/polarssl.c
projects/generate.bat

index 492d812d2583e8eed870d73fd032e4b1e926c340..5d6dbfb8c916aee97ca96d8cc416f1f850768ce7 100644 (file)
@@ -55,7 +55,7 @@ and that's a problem since options.h hasn't been included yet. */
 #include "parsedate.h"
 #include "connect.h" /* for the connect timeout */
 #include "select.h"
-#include "rawstr.h"
+#include "strcase.h"
 #include "x509asn1.h"
 #include "curl_printf.h"
 
index adc010b6adb496b76d4313e36e254403e46da602..5c87c7fe31716272ae1551da54c6c7fc59c78041 100644 (file)
@@ -52,7 +52,7 @@
 #include "parsedate.h"
 #include "connect.h" /* for the connect timeout */
 #include "select.h"
-#include "rawstr.h"
+#include "strcase.h"
 #include "warnless.h"
 #include "x509asn1.h"
 #include "curl_printf.h"
index bd3e1ceac585e078b9ab4997653143112a6ee129..24249dd65c8338fe8e4aa414bfcc06374109b05c 100644 (file)
@@ -50,7 +50,6 @@
 #include "parsedate.h"
 #include "connect.h" /* for the connect timeout */
 #include "select.h"
-#include "rawstr.h"
 #include "polarssl_threadlock.h"
 
 /* The last 3 #include files should be in this order */
index 1c7594d7c5a86663e97684425a0031d7b5170ab0..85654a2cf2ee6a3e425249beb949986548bbe6c2 100644 (file)
@@ -64,7 +64,7 @@
 #include <ocsp.h>
 #endif
 
-#include "rawstr.h"
+#include "strcase.h"
 #include "warnless.h"
 #include "x509asn1.h"
 
index 49483926ea5e6cd82ca767a91290e64e016d4298..18b564e02dd974c55537c2362f6738d3f3023bb2 100644 (file)
@@ -54,7 +54,7 @@
 #include "parsedate.h"
 #include "connect.h" /* for the connect timeout */
 #include "select.h"
-#include "rawstr.h"
+#include "strcase.h"
 #include "polarssl_threadlock.h"
 #include "curl_printf.h"
 #include "curl_memory.h"
index 8209a5dd6c1ebe6ab6b79280cd8dfa3c121e723f..92df6255a67b446f2379752a0fbdf20e6e12f366 100644 (file)
@@ -264,14 +264,14 @@ rem
       for /f "delims=" %%r in ('dir /b ..\src\*.rc') do call :element %1 src "%%r" %3
     ) else if "!var!" == "CURL_SRC_X_C_FILES" (
       call :element %1 lib "strtoofft.c" %3
-      call :element %1 lib "rawstr.c" %3
+      call :element %1 lib "strcase.c" %3
       call :element %1 lib "nonblock.c" %3
       call :element %1 lib "warnless.c" %3
     ) else if "!var!" == "CURL_SRC_X_H_FILES" (
       call :element %1 lib "config-win32.h" %3
       call :element %1 lib "curl_setup.h" %3
       call :element %1 lib "strtoofft.h" %3
-      call :element %1 lib "rawstr.h" %3
+      call :element %1 lib "strcase.h" %3
       call :element %1 lib "nonblock.h" %3
       call :element %1 lib "warnless.h" %3
     ) else if "!var!" == "CURL_LIB_C_FILES" (