aboutsummaryrefslogtreecommitdiff
path: root/lib/x509asn1.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-10-31 09:37:30 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-10-31 09:37:54 +0100
commit44c53cc38bea66b7612a82fa4c9b68884b9167fa (patch)
tree3744671c0a47eb3a48595a2e7f43b1e3fb22acd0 /lib/x509asn1.c
parent532491a27cf97678934741809043040431674b86 (diff)
strcase: s/strequal/strcasecompare
some more follow-ups to 811a693b80
Diffstat (limited to 'lib/x509asn1.c')
-rw-r--r--lib/x509asn1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509asn1.c b/lib/x509asn1.c
index 0559cb6c4..74a511b2d 100644
--- a/lib/x509asn1.c
+++ b/lib/x509asn1.c
@@ -27,7 +27,7 @@
#include <curl/curl.h>
#include "urldata.h"
-#include "strequal.h"
+#include "strcase.h"
#include "hostcheck.h"
#include "vtls/vtls.h"
#include "sendf.h"