From 9363f1a37f803ac92cbe88e407035c58e441b986 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 31 Oct 2016 12:51:45 +0100 Subject: strcasecompare: replaced remaining rawstr.h with strcase.h This is a followup to commit 811a693b --- lib/vtls/cyassl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/vtls/cyassl.c') diff --git a/lib/vtls/cyassl.c b/lib/vtls/cyassl.c index 492d812d2..5d6dbfb8c 100644 --- a/lib/vtls/cyassl.c +++ b/lib/vtls/cyassl.c @@ -55,7 +55,7 @@ and that's a problem since options.h hasn't been included yet. */ #include "parsedate.h" #include "connect.h" /* for the connect timeout */ #include "select.h" -#include "rawstr.h" +#include "strcase.h" #include "x509asn1.h" #include "curl_printf.h" -- cgit v1.2.3