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/vtls/gskit.c | |
parent | 47a21ca9ba80d055e3d4974ccf4dd5c85990d4b0 (diff) | |
download | curl-1071680946686f0a76a1b6fcbadd8ec81253282d.tar.gz |
gskit, nss: do not include strequal.h
follow-up to 811a693b80
Diffstat (limited to 'lib/vtls/gskit.c')
-rw-r--r-- | lib/vtls/gskit.c | 2 |
1 files changed, 1 insertions, 1 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" |