aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.vc6
diff options
context:
space:
mode:
authorNick Zitzmann <nickzman@gmail.com>2015-02-15 17:11:01 -0600
committerNick Zitzmann <nickzman@gmail.com>2015-02-15 17:11:01 -0600
commitb1c7fc050b110ae2a4d1d7f374330206af97bba7 (patch)
tree1c145ac41711063948353015363bea337bd2a8d2 /lib/Makefile.vc6
parentfce3f8f4872df07324a70d6e69b449b7d94ace0d (diff)
By request, change the name of "curl_darwinssl.[ch]" to "darwinssl.[ch]"
Diffstat (limited to 'lib/Makefile.vc6')
-rw-r--r--lib/Makefile.vc62
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6
index 3abc9c2d0..637a41bc0 100644
--- a/lib/Makefile.vc6
+++ b/lib/Makefile.vc6
@@ -534,7 +534,6 @@ X_OBJS= \
$(DIROBJ)\content_encoding.obj \
$(DIROBJ)\cookie.obj \
$(DIROBJ)\curl_addrinfo.obj \
- $(DIROBJ)\curl_darwinssl.obj \
$(DIROBJ)\curl_des.obj \
$(DIROBJ)\curl_endian.obj \
$(DIROBJ)\curl_fnmatch.obj \
@@ -553,6 +552,7 @@ X_OBJS= \
$(DIROBJ)\curl_sspi.obj \
$(DIROBJ)\curl_threads.obj \
$(DIROBJ)\cyassl.obj \
+ $(DIROBJ)\darwinlssl.obj
$(DIROBJ)\dict.obj \
$(DIROBJ)\dotdot.obj \
$(DIROBJ)\easy.obj \