From 2a045dfcebea70fb0d78f8ad16b2608970396865 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Thu, 7 Apr 2005 20:36:48 +0000
Subject: [PATCH] fixed to build after the GnuTLS fixes

---
 lib/Makefile.vc6 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6
index c9440c0a8d..7c6813e5d8 100644
--- a/lib/Makefile.vc6
+++ b/lib/Makefile.vc6
@@ -428,6 +428,7 @@ X_OBJS= \
 	$(DIROBJ)\telnet.obj \
 	$(DIROBJ)\parsedate.obj \
 	$(DIROBJ)\getenv.obj \
+	$(DIROBJ)\gtls.obj \
 	$(DIROBJ)\inet_pton.obj \
 	$(DIROBJ)\hostip.obj \
 	$(DIROBJ)\hostasyn.obj \
@@ -443,6 +444,7 @@ X_OBJS= \
 	$(DIROBJ)\progress.obj \
 	$(DIROBJ)\sendf.obj \
 	$(DIROBJ)\speedcheck.obj \
+	$(DIROBJ)\sslgen.obj \
 	$(DIROBJ)\ssluse.obj \
 	$(DIROBJ)\timeval.obj \
 	$(DIROBJ)\url.obj \
-- 
GitLab