aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls/gtls.c
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2016-10-31 12:51:45 +0100
committerDan Fandrich <dan@coneharvesters.com>2016-10-31 12:57:58 +0100
commit9363f1a37f803ac92cbe88e407035c58e441b986 (patch)
tree20801ee30143081bece6804de6f6d538e1920b69 /lib/vtls/gtls.c
parent4f97d9832cdfc67cf84df39a245d9d2b205ab0ab (diff)
strcasecompare: replaced remaining rawstr.h with strcase.h
This is a followup to commit 811a693b
Diffstat (limited to 'lib/vtls/gtls.c')
-rw-r--r--lib/vtls/gtls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vtls/gtls.c b/lib/vtls/gtls.c
index adc010b6a..5c87c7fe3 100644
--- a/lib/vtls/gtls.c
+++ b/lib/vtls/gtls.c
@@ -52,7 +52,7 @@
#include "parsedate.h"
#include "connect.h" /* for the connect timeout */
#include "select.h"
-#include "rawstr.h"
+#include "strcase.h"
#include "warnless.h"
#include "x509asn1.h"
#include "curl_printf.h"