From: Steve Holme Date: Mon, 16 Feb 2015 00:20:07 +0000 (+0000) Subject: Makefile.vc6: Corrected typos in rename of darwinssl.obj X-Git-Tag: curl-7_41_0~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=31c8f8ac11c18e264dba4a3d81f0525507815b56;p=thirdparty%2Fcurl.git Makefile.vc6: Corrected typos in rename of darwinssl.obj --- diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index 637a41bc09..f97b73a7d2 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -552,7 +552,7 @@ X_OBJS= \ $(DIROBJ)\curl_sspi.obj \ $(DIROBJ)\curl_threads.obj \ $(DIROBJ)\cyassl.obj \ - $(DIROBJ)\darwinlssl.obj + $(DIROBJ)\darwinssl.obj \ $(DIROBJ)\dict.obj \ $(DIROBJ)\dotdot.obj \ $(DIROBJ)\easy.obj \