From: Kamil Dudka Date: Mon, 31 Oct 2016 16:33:46 +0000 (+0100) Subject: gskit, nss: do not include strequal.h X-Git-Tag: curl-7_51_0~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1071680946686f0a76a1b6fcbadd8ec81253282d;p=thirdparty%2Fcurl.git gskit, nss: do not include strequal.h follow-up to 811a693b80 --- diff --git a/lib/vtls/gskit.c b/lib/vtls/gskit.c index 1a1464b6e1..3b0cfd5a0a 100644 --- a/lib/vtls/gskit.c +++ b/lib/vtls/gskit.c @@ -72,7 +72,7 @@ #include "vtls.h" #include "connect.h" /* for the connect timeout */ #include "select.h" -#include "strequal.h" +#include "strcase.h" #include "x509asn1.h" #include "curl_printf.h" diff --git a/lib/vtls/nss.c b/lib/vtls/nss.c index 85654a2cf2..dff15758f7 100644 --- a/lib/vtls/nss.c +++ b/lib/vtls/nss.c @@ -34,7 +34,7 @@ #include "formdata.h" /* for the boundary function */ #include "url.h" /* for the ssl config check function */ #include "connect.h" -#include "strequal.h" +#include "strcase.h" #include "select.h" #include "vtls.h" #include "llist.h"