From: Marc Hoersken Date: Fri, 3 Jan 2014 15:55:49 +0000 (+0100) Subject: Makefile.vc6: follow up fix for 11e8066 and 92b9ae5 X-Git-Tag: curl-7_35_0~129 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3b6420c0a5e29421d0b973fc80e5c624d5d2a989;p=thirdparty%2Fcurl.git Makefile.vc6: follow up fix for 11e8066 and 92b9ae5 --- diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index e6f11d26b9..8b92a6caa2 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -601,8 +601,8 @@ X_OBJS= \ $(DIROBJ)\speedcheck.obj \ $(DIROBJ)\splay.obj \ $(DIROBJ)\ssh.obj \ - $(DIROBJ)\sslgen.obj \ - $(DIROBJ)\ssluse.obj \ + $(DIROBJ)\vtls.obj \ + $(DIROBJ)\openssl.obj \ $(DIROBJ)\strdup.obj \ $(DIROBJ)\strequal.obj \ $(DIROBJ)\strerror.obj \