aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.vc6
diff options
context:
space:
mode:
authorMarc Hoersken <info@marc-hoersken.de>2014-01-03 16:55:49 +0100
committerMarc Hoersken <info@marc-hoersken.de>2014-01-03 16:55:49 +0100
commit3b6420c0a5e29421d0b973fc80e5c624d5d2a989 (patch)
treed60fcd98a83d2438278b350fdafac83a9b547405 /lib/Makefile.vc6
parent62da1e7458ce98479ddbfd259f0b3675b6f0b84c (diff)
Makefile.vc6: follow up fix for 11e8066 and 92b9ae5
Diffstat (limited to 'lib/Makefile.vc6')
-rw-r--r--lib/Makefile.vc64
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6
index e6f11d26b..8b92a6caa 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 \