diff options
author | Kamil Dudka <kdudka@redhat.com> | 2016-10-31 17:33:46 +0100 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2016-10-31 17:36:22 +0100 |
commit | 1071680946686f0a76a1b6fcbadd8ec81253282d (patch) | |
tree | 0828c952982504e87cc0751f677d5b7b73444b70 /lib | |
parent | 47a21ca9ba80d055e3d4974ccf4dd5c85990d4b0 (diff) |
gskit, nss: do not include strequal.h
follow-up to 811a693b80
Diffstat (limited to 'lib')
-rw-r--r-- | lib/vtls/gskit.c | 2 | ||||
-rw-r--r-- | lib/vtls/nss.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/vtls/gskit.c b/lib/vtls/gskit.c index 1a1464b6e..3b0cfd5a0 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 85654a2cf..dff15758f 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" |