mirror of
https://github.com/curl/curl.git
synced 2026-08-25 06:03:32 +03:00
tests/server: make use of strcasecompare from lib/
... instead of having a second private implementation. Idea triggered by #9830 Closes #9831
This commit is contained in:
parent
a55256cfb2
commit
02186a6605
2 changed files with 1 additions and 25 deletions
|
|
@ -33,6 +33,7 @@ CURLX_SRCS = \
|
|||
../../lib/timediff.c \
|
||||
../../lib/dynbuf.c \
|
||||
../../lib/strdup.c \
|
||||
../../lib/strcase.c \
|
||||
../../lib/curl_multibyte.c
|
||||
|
||||
CURLX_HDRS = \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue