From 788b319dfe515ede57dafc676b4f7524f76a0cbe Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 2 Nov 2016 09:11:50 +0100 Subject: [PATCH] msvc: removed a straggling reference to strequal.c Follow-up to 502acba2 --- lib/Makefile.vc6 | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index d3b1dcf25..697993915 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -633,7 +633,6 @@ X_OBJS= \ $(DIROBJ)\vtls.obj \ $(DIROBJ)\openssl.obj \ $(DIROBJ)\strdup.obj \ - $(DIROBJ)\strequal.obj \ $(DIROBJ)\strerror.obj \ $(DIROBJ)\strtok.obj \ $(DIROBJ)\strtoofft.obj \