diff options
author | Marc Hoersken <info@marc-hoersken.de> | 2014-01-03 16:55:49 +0100 |
---|---|---|
committer | Marc Hoersken <info@marc-hoersken.de> | 2014-01-03 16:55:49 +0100 |
commit | 3b6420c0a5e29421d0b973fc80e5c624d5d2a989 (patch) | |
tree | d60fcd98a83d2438278b350fdafac83a9b547405 | |
parent | 62da1e7458ce98479ddbfd259f0b3675b6f0b84c (diff) |
Makefile.vc6: follow up fix for 11e8066 and 92b9ae5
-rw-r--r-- | lib/Makefile.vc6 | 4 |
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 \
|