From 30a0bd9cf5302f13d338f50ac3d27ab9465f004f Mon Sep 17 00:00:00 2001
From: sm <sm@resistor.net>
Date: Thu, 22 Nov 2001 00:12:48 +0000
Subject: [PATCH] Fixed release-ssl build

---
 lib/Makefile.vc6 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6
index 4803226661..820cec148c 100644
--- a/lib/Makefile.vc6
+++ b/lib/Makefile.vc6
@@ -71,9 +71,9 @@ CFGSET = TRUE
 
 ######################
 # release-ssl
-#todo
+
 !IF "$(CFG)" == "release-ssl" 
-TARGET   =$(LIB_NAME).dll
+TARGET   =$(LIB_NAME).lib
 DIROBJ   =.\$(CFG)
 LNK      = $(LNKLIB) $(LFLAGSSSL) /out:$(TARGET)
 LINKLIBS = $(LINKLIBS) $(SSLLIBS)
@@ -215,4 +215,4 @@ $(DIROBJ):
 clean:
 	-@erase $(DIROBJ)\*.obj
 	-@erase vc60.idb
-	-@erase vc60.pch
\ No newline at end of file
+	-@erase vc60.pch
-- 
GitLab