From: Daniel Stenberg Date: Thu, 7 Apr 2005 20:36:48 +0000 (+0000) Subject: fixed to build after the GnuTLS fixes X-Git-Tag: curl-7_14_0~211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a045dfcebea70fb0d78f8ad16b2608970396865;p=thirdparty%2Fcurl.git fixed to build after the GnuTLS fixes --- 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 \