Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2019-12-02 13:41:28 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2019-12-02 13:41:47 +0300
commit018f3584e8fc3c75ea564d990889fb752df3d5e3 (patch)
treefb54271d92019f9bdead5e97ab16b17eae40820a /build
parent5c28f7e728e73bb0e96f7c75e53ba60d239e2806 (diff)
.......... [ZBXNEXT-5609] fixed openssl build
* commit '8fbf6dfc3e1f2d19725b050ec37ea31fabed0a8c': .......... [ZBXNEXT-5609] fixed openssl build (cherry picked from commit e0760a36d415ace3774934d99e38819e603c8fe8)
Diffstat (limited to 'build')
-rw-r--r--build/win32/project/Makefile_tls.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/win32/project/Makefile_tls.inc b/build/win32/project/Makefile_tls.inc
index 68c1a519e44..ad2c88b395c 100644
--- a/build/win32/project/Makefile_tls.inc
+++ b/build/win32/project/Makefile_tls.inc
@@ -77,6 +77,6 @@ LIBS = $(LIBS) "$(TLSLIB)"
! ENDIF
INCS = $(INCS) /I "$(TLSINCDIR)"
-OBJS = $(OBJS) ..\..\..\src\libs\zbxcrypto\tls.o
+OBJS = $(OBJS) ..\..\..\src\libs\zbxcrypto\tls.o ..\..\..\src\libs\zbxcrypto\tls_version.o
!ENDIF