From 1a7fc08e04ffbb0a6872baa343e42e3d982ae4ab Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 24 Nov 2017 15:39:31 +0000 Subject: add crypto library to windows link to cope with updated openssl --- frontends/windows/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/windows/Makefile b/frontends/windows/Makefile index bd34b465e..50d0d4b44 100644 --- a/frontends/windows/Makefile +++ b/frontends/windows/Makefile @@ -15,7 +15,7 @@ $(eval $(call pkg_config_find_and_add,libcares,Cares)) $(eval $(call pkg_config_find_and_add,zlib,ZLib)) # libraries for windows API -LDFLAGS += -lgnurx -lgdi32 -lcomctl32 -lws2_32 -lmsimg32 -lshlwapi -mwindows +LDFLAGS += -lgnurx -lgdi32 -lcomctl32 -lws2_32 -lmsimg32 -lshlwapi -lcrypt32 -mwindows CFLAGS += -U__STRICT_ANSI__ -mwin32 # only windows versions after XP are supported -- cgit v1.2.3