]> granicus.if.org Git - curl/commitdiff
gskit, nss: do not include strequal.h
authorKamil Dudka <kdudka@redhat.com>
Mon, 31 Oct 2016 16:33:46 +0000 (17:33 +0100)
committerKamil Dudka <kdudka@redhat.com>
Mon, 31 Oct 2016 16:36:22 +0000 (17:36 +0100)
follow-up to 811a693b80

lib/vtls/gskit.c
lib/vtls/nss.c

index 1a1464b6e1b143eea82b17cc0dc454493313e492..3b0cfd5a0ab7047ccda3d28fe9758386c1c0ba0d 100644 (file)
@@ -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"
 
index 85654a2cf2ee6a3e425249beb949986548bbe6c2..dff15758f785f8e3ee3bd8cf65a75359f67d67b2 100644 (file)
@@ -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"